diff --git a/simulator/app/PropertyServer.cpp b/simulator/app/PropertyServer.cpp index 0047b5dd4..c94aa7577 100644 --- a/simulator/app/PropertyServer.cpp +++ b/simulator/app/PropertyServer.cpp @@ -147,6 +147,7 @@ void PropertyServer::SetDefaultProperties(void) { "debug.sf.showcpu", "0" }, { "debug.sf.showbackground", "0" }, { "debug.sf.showfps", "0" }, + { "default", "default" }, }; for (int i = 0; i < NELEM(propList); i++)