mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
fixed Settings-File not being created and start of Recent-Projects-Menu
This commit is contained in:
@@ -67,6 +67,11 @@ namespace GlitchyEngine
|
||||
{
|
||||
Settings settings = Application.Get().Settings;
|
||||
|
||||
if (!File.Exists("./settings.bon"))
|
||||
{
|
||||
settings.Save();
|
||||
}
|
||||
|
||||
var result = Bon.DeserializeFromFile(ref settings, "./settings.bon");
|
||||
|
||||
if (result case .Err)
|
||||
|
||||
Reference in New Issue
Block a user