Skip to content

Commit 41d6833

Browse files
authored
Update RenderWebGL.js
1 parent c3e23f2 commit 41d6833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RenderWebGL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const TextCostumeSkin = require('./TextCostumeSkin');
1717
const EffectTransform = require('./EffectTransform');
1818
const CanvasMeasurementProvider = require('./util/canvas-measurement-provider');
1919
const log = require('./util/log');
20-
const runtime = { runtimeOptions: {} };
20+
const runtime = {runtimeOptions: {oobRendering: true}};
2121

2222
const __isTouchingDrawablesPoint = twgl.v3.create();
2323
const __candidatesBounds = new Rectangle();

0 commit comments

Comments
 (0)