We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c396194 commit 84967f4Copy full SHA for 84967f4
src/engine/tw-frame-loop.js
@@ -91,7 +91,7 @@ class FrameLoop {
91
if (this.runtime.profiler !== null) {
92
if (rendererDrawProfilerId === -1) {
93
rendererDrawProfilerId =
94
- this.profiler.idByName('RenderWebGL.draw');
+ this.runtime.profiler.idByName('RenderWebGL.draw');
95
}
96
this.runtime.profiler.start(rendererDrawProfilerId);
97
0 commit comments