mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 11:15:02 +01:00
Fixed G3DViewerVersionString printf string bug
This commit is contained in:
parent
7530f5dbf8
commit
530417c797
@ -179,7 +179,7 @@ namespace Shared {
|
||||
}
|
||||
|
||||
// "================================================================================"
|
||||
printf("\n%s %s, [Using %s]\n", extractFileFromDirectoryPath(argv0).c_str(), G3DViewerVersionString, (const char *) wxConvCurrent->cWX2MB(wxVERSION_STRING));
|
||||
printf("\n%s %s, [Using %s]\n", extractFileFromDirectoryPath(argv0).c_str(), G3DViewerVersionString.c_str(), (const char *) wxConvCurrent->cWX2MB(wxVERSION_STRING));
|
||||
|
||||
printf("\nDisplays glest 3D-models and unit/projectile/splash particle systems.\n");
|
||||
printf("\nRotate with left mouse button. Zoom with right mouse button or mousewheel.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user