Pokedex5E
Pokedex5E copied to clipboard
config/game.render_script:87: argument #1 contains one or more values which are not numbers: vmath.matrix4
1.11.1 - lua - config/game.render_script:87: argument #1 contains one or more values which are not numbers: vmath.matrix4(inf, 0, 0, nan, 0, inf, 0, nan, 0, 0, -1, -0, 0, 0, 0, 1) -
stack traceback:
[C]: in function 'set_projection'
config/game.render_script:87: in function <config/game.render_script:63>
Also happens on 1.11.2
Dev response
when the window is iconified the width and height is reported as 0 and that gives an invalid matrix4
Need to update the renderscript
Updating the render script does not fix the issue. Have contacted the Defold Team