gadget:ViewResize issue
Posted: 01 Apr 2009, 03:06
Calling this function during init works fine, but once its called after game start, like on moveing window or losing focus, it fails massively.
function gadget:ViewResize(viewSizeX, viewSizeY)
Instead of returning two numbers, it returns an empty table and a nil value (in x and y)
Is there a solution to this?
(in trepans fog widget btw)
function gadget:ViewResize(viewSizeX, viewSizeY)
Instead of returning two numbers, it returns an empty table and a nil value (in x and y)
Is there a solution to this?
(in trepans fog widget btw)