RuggeroVisintin / SparkEngineWeb

SparkEngineWeb is a Typescript GameEngine that aims to run in the Browser and in Browser based solutions
https://ruggerovisintin.github.io/SparkEngineWeb/
GNU General Public License v2.0
7 stars 2 forks source link

[BUG] GameEngine.createScene() causes many scenes to be rendered at the same time #419

Closed RuggeroVisintin closed 3 weeks ago

RuggeroVisintin commented 3 weeks ago

Description When creating more scenes through GameEngine.createScene() factory, those scenes end up being all rendered at the same time, making noise and preventing rendering only the current scene

Code Snippet N/A

Additional context N/A