dmuratshin 10 years ago
parent
commit
b811f21bb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      oxygine/src/core/oxygine.cpp

+ 2 - 2
oxygine/src/core/oxygine.cpp

@@ -377,8 +377,6 @@ namespace oxygine
 #endif
 
 #endif
-
-            file::init(desc.companyName, desc.appName);
             init2();
         }
 
@@ -389,6 +387,8 @@ namespace oxygine
             setlocale(LC_ALL, "POSIX");
 #endif
 
+            file::init(desc.companyName, desc.appName);
+
 #ifdef OXYGINE_SDL
             int missing = initGLExtensions(SDL_GL_GetProcAddress);
 #endif