Browse Source

Load string translations earlier in standalone initialization.

tags/v2.6.1
Andrew Belt 5 months ago
parent
commit
16b264627d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      adapters/standalone.cpp

+ 1
- 1
adapters/standalone.cpp View File

@@ -136,6 +136,7 @@ int main(int argc, char* argv[]) {
}
logger::init();
random::init();
string::init();

// Test code
// exit(0);
@@ -180,7 +181,6 @@ int main(int argc, char* argv[]) {
exit(1);
}
}
string::init();

// Check existence of the system res/ directory
std::string resDir = asset::system("res");


Loading…
Cancel
Save