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 dc94f8e commit 86cf6e9Copy full SHA for 86cf6e9
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