mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Start of serializaation
- Allow enumerating over unregistered components - Refactored Editor a bit
This commit is contained in:
@@ -167,6 +167,12 @@ namespace GlitchyEngine
|
||||
}
|
||||
}
|
||||
|
||||
/// Closes the applcation.
|
||||
public void Close()
|
||||
{
|
||||
_running = false;
|
||||
}
|
||||
|
||||
public void PushLayer(Layer ownLayer)
|
||||
{
|
||||
Profiler.ProfileFunction!();
|
||||
|
||||
Reference in New Issue
Block a user