mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added Assert to Logger
This commit is contained in:
@@ -29,7 +29,7 @@ namespace GlitchyEngine
|
||||
|
||||
public this()
|
||||
{
|
||||
Runtime.Assert(s_Instance == null, "Tried to create a second application.");
|
||||
Log.EngineLogger.Assert(s_Instance == null, "Tried to create a second application.");
|
||||
s_Instance = this;
|
||||
|
||||
_window = new Window(.Default);
|
||||
|
||||
Reference in New Issue
Block a user