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.
2 parents df78f18 + 86cf6e9 commit 4f37aedCopy full SHA for 4f37aed
Sources/Rendering/OpenGL/RenderWindow/ContextProxy.js
@@ -42,7 +42,7 @@ export function createContextProxyHandler() {
42
43
return {
44
get(gl, prop, receiver) {
45
- let value = Reflect.get(gl, prop, receiver);
+ let value = Reflect.get(gl, prop, gl);
46
if (value instanceof Function) {
47
// prevents Illegal Invocation errors
48
value = value.bind(gl);
0 commit comments