We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently this mistake is complicated to debug, because:
Error: Cannot cast { g2canvas : null, myWidth : 240, myHeight : 160, myFormat : 0, renderTarget : false, image : [object HTMLImageElement], video : null } to { __name__ : true, init : <function>, formatByteSize : <function> }
And endless Error: End before you begin spam.
Error: End before you begin
We can throw this problem at step 1 if do not ignore null in SystemImpl.gl here 10 years ago:
null
SystemImpl.gl
Kha/Backends/HTML5/kha/CanvasImage.hx
Lines 144 to 146 in 2462f98
Or maybe even earlier someway.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently this mistake is complicated to debug, because:
And endless
Error: End before you begin
spam.We can throw this problem at step 1 if do not ignore
null
inSystemImpl.gl
here 10 years ago:Kha/Backends/HTML5/kha/CanvasImage.hx
Lines 144 to 146 in 2462f98
Or maybe even earlier someway.
The text was updated successfully, but these errors were encountered: