sdslabs / Rootex

An advanced C++ 3D game engine powering an in-production game yet to be announced
https://rootex.readthedocs.io/
Other
215 stars 34 forks source link

Fix crash when delting selected Scene #596

Closed Bashar-Ahmed closed 1 year ago

Bashar-Ahmed commented 2 years ago

Fixes #534

twaritwaikar commented 2 years ago

Refrain from calling editor code from the core of the engine.

This problem occurs in the editor and hence, it should be fixed in the editor code