mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 21:07:44 -05:00
Explicitly initialize members of Settings class to fix undefined behavior
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
Settings::Settings()
|
||||
{
|
||||
|
||||
this->smartPathsEnabled = false;
|
||||
this->betterCursors = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user