|
@@ -1081,6 +1081,8 @@ int laGetReadyWith(laInitArguments* ia){
|
|
|
if(MAIN.InitArgs.GLESMinor<0){ MAIN.InitArgs.GLESMinor=0; }
|
|
|
if(MAIN.BufferSamples==1){ MAIN.BufferSamples=0; }
|
|
|
|
|
|
+ la_GetWorkingDirectoryInternal();
|
|
|
+
|
|
|
tnsInit();
|
|
|
|
|
|
#ifdef LA_LINUX
|
|
@@ -1317,8 +1319,6 @@ int laGetReadyWith(laInitArguments* ia){
|
|
|
|
|
|
#endif
|
|
|
|
|
|
- la_GetWorkingDirectoryInternal();
|
|
|
-
|
|
|
MAIN.SavePreferenceOnExit=1;
|
|
|
|
|
|
MAIN.FontSize = 0.6;
|