Project-Rekt / engine

Game Engine - Currently on version MASON
https://project-rekt.github.io/engine/index.html
Apache License 2.0
1 stars 3 forks source link

Bug with actor create in addActor #19

Closed Squishy123 closed 4 years ago

Squishy123 commented 4 years ago

If stage references are called in actor create, you will get a null reference error, since the stage and ctx references in the actor have not been set yet.