The readme's example declared MyGameClass to render some basic stuff, but actually ran the base Game object instead - so would never render anything. Looks like this got introduced while the readme was being reworked recently?
Took me an embarrassingly long time to realise why my example code was rendering nothing, so figured I should PR back that little fix and try to save some others the confusion...
The readme's example declared
MyGameClass
to render some basic stuff, but actually ran the baseGame
object instead - so would never render anything. Looks like this got introduced while the readme was being reworked recently?Took me an embarrassingly long time to realise why my example code was rendering nothing, so figured I should PR back that little fix and try to save some others the confusion...