Added error handling in wren. Game while abort lauching and print error in logger
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class PhysicsSystem : public System {
|
||||
public:
|
||||
PhysicsSystem(Scene* scene);
|
||||
void Init() override;
|
||||
bool Init() override;
|
||||
void Update(Timestep ts) override;
|
||||
void Draw() override {}
|
||||
void FixedUpdate(Timestep ts) override;
|
||||
|
||||
Reference in New Issue
Block a user