Fixed missing semicolons

This commit is contained in:
Simon Lübeß
2025-03-19 21:15:37 +01:00
parent 6d50208700
commit 77a7a04637
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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