mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 10:26:45 +02:00
attempt to see if eariler init helps on macosx
This commit is contained in:
@@ -2466,8 +2466,8 @@ int glestMain(int argc, char** argv) {
|
||||
if( haveSpecialOutputCommandLineOption == false ||
|
||||
hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_VERSION]) == true) {
|
||||
#ifdef USE_STREFLOP
|
||||
# define STREFLOP_NO_DENORMALS
|
||||
streflop_init<streflop::Simple>();
|
||||
//# define STREFLOP_NO_DENORMALS
|
||||
// streflop_init<streflop::Simple>();
|
||||
printf("%s, SVN: [%s], [STREFLOP]\n",getNetworkVersionString().c_str(),getSVNRevisionString().c_str());
|
||||
#else
|
||||
printf("%s, SVN: [%s]\n",getNetworkVersionString().c_str(),getSVNRevisionString().c_str());
|
||||
|
Reference in New Issue
Block a user