mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Handle exceptions from C# Scripts + Log window + EditorLogger
+ Renamed Platform/DX11/ImGui.bf to .../Dx11ImGui.bf for clarity + ImGuiExtension: ImageButtonEx thata takes a TextureViewBinding + EditorLogger that logs to the LogWindow + Current logger can now be changed + Info, Trace, Warning and Error Icons
This commit is contained in:
@@ -12,6 +12,9 @@ namespace GlitchyEditor
|
||||
public this(String[] args)
|
||||
{
|
||||
PushLayer(new EditorLayer(args, _contentManager));
|
||||
|
||||
Log.ClientLogger = new EditorLogger();
|
||||
Log.EngineLogger = new EditorLogger() { IsEngineLogger = true };
|
||||
}
|
||||
|
||||
protected override IContentManager InitContentManager()
|
||||
|
||||
Reference in New Issue
Block a user