luis605 / Lit-Engine

A game engine with the speed and portability of cpp made with raylib.
Other
26 stars 1 forks source link

If the scene contains an entity and you press play, the engine crashes. #42

Closed WOLFxxxxxx closed 2 days ago

WOLFxxxxxx commented 2 days ago

The engine works when I press play, but if the scene contains an entity and I press play, the engine crashes.

Problem message libc++sdi trminating due to nucaught excption of type std::length_error: vector a1

luis605 commented 2 days ago

There was an incorrect vector assignment in SceneEditor which has been fixed. Thank you for reporting.