mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed missing semicolons
This commit is contained in:
@@ -22,7 +22,7 @@ namespace GlitchyEngine
|
||||
Icon = icon;
|
||||
}
|
||||
|
||||
public static readonly WindowDescription Default => .(1280, 720, "Glitchy Engine")
|
||||
public static readonly WindowDescription Default => .(1280, 720, "Glitchy Engine");
|
||||
}
|
||||
|
||||
public class Window
|
||||
|
||||
Reference in New Issue
Block a user