mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed class name in EditorApp
This commit is contained in:
@@ -3,7 +3,7 @@ using GlitchyEngine;
|
|||||||
|
|
||||||
namespace GlitchyEditor
|
namespace GlitchyEditor
|
||||||
{
|
{
|
||||||
class SandboxApp : Application
|
class EditorApp : Application
|
||||||
{
|
{
|
||||||
public this()
|
public this()
|
||||||
{
|
{
|
||||||
@@ -13,7 +13,7 @@ namespace GlitchyEditor
|
|||||||
[Export, LinkName("CreateApplication")]
|
[Export, LinkName("CreateApplication")]
|
||||||
public static Application CreateApplication()
|
public static Application CreateApplication()
|
||||||
{
|
{
|
||||||
return new SandboxApp();
|
return new EditorApp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user