You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I was currently going through the zelda code and when I run it without making any changes I got this stencil error
Error
src/world/Room.lua:214: Drawing to the stencil buffer with a Canvas active requires either stencil=true or a custom stencil-type Canvas to be used, in setCanvas.
Traceback
[C]: in function 'stencil'
src/world/Room.lua:214: in function 'render'
src/world/Dungeon.lua:152: in function 'render'
src/states/game/PlayState.lua:51: in function 'render'
src/StateMachine.lua:27: in function 'render'
main.lua:58: in function 'draw'
[C]: in function 'xpcall'
The text was updated successfully, but these errors were encountered:
Hey I was currently going through the zelda code and when I run it without making any changes I got this stencil error
Error
src/world/Room.lua:214: Drawing to the stencil buffer with a Canvas active requires either stencil=true or a custom stencil-type Canvas to be used, in setCanvas.
Traceback
[C]: in function 'stencil'
src/world/Room.lua:214: in function 'render'
src/world/Dungeon.lua:152: in function 'render'
src/states/game/PlayState.lua:51: in function 'render'
src/StateMachine.lua:27: in function 'render'
main.lua:58: in function 'draw'
[C]: in function 'xpcall'
The text was updated successfully, but these errors were encountered: