Fixed a graphical bug
This commit is contained in:
@@ -86,7 +86,7 @@ void ClientApplication::Init(int argc, char* argv[]) {
|
|||||||
case SDL_SYSWM_WINDOWS:
|
case SDL_SYSWM_WINDOWS:
|
||||||
//TODO: ensure that this works
|
//TODO: ensure that this works
|
||||||
platform = "Microsoft Windows";
|
platform = "Microsoft Windows";
|
||||||
fontPath = "C:/Windows/Fonts/arialuni.ttf";
|
fontPath = "C:/Windows/Fonts/arialbd.ttf";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SDL_SYSWM_X11:
|
case SDL_SYSWM_X11:
|
||||||
@@ -97,7 +97,7 @@ void ClientApplication::Init(int argc, char* argv[]) {
|
|||||||
//NOTE: OS X is currently unsupported, but it could be
|
//NOTE: OS X is currently unsupported, but it could be
|
||||||
case SDL_SYSWM_COCOA:
|
case SDL_SYSWM_COCOA:
|
||||||
platform = "Apple OS X";
|
platform = "Apple OS X";
|
||||||
fontPath = "/System/Library/Fonts/arialuni.ttf";
|
fontPath = "/System/Library/Fonts/arialbd.ttf";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
+1
-1
Submodule common updated: 540f646209...0c1232ae3b
Reference in New Issue
Block a user