Skip to content

Commit f8952d4

Browse files
author
Avaer Kazmer
committed
Remove unnecessary layer context set proxy state
1 parent a420d6e commit f8952d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Window.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ const _fetchText = src => fetch(src)
437437
}
438438
const layerContext = layered ? vrPresentState.glContext : null;
439439
if (layerContext) {
440-
layerContext.setProxyState();
441440
layerContext._exokitClearEnabled(false);
442441
}
443442
_tickLocalRafs();

0 commit comments

Comments
 (0)