Commit ee9ea849 authored by nanahira's avatar nanahira

Merge branch 'master' into another

parents bfec26e4 c2d4164e
......@@ -36,7 +36,7 @@ bool Game::Initialize() {
if(!device)
return false;
// Apply skin
if(gameConf.skin_index) {
if(gameConf.skin_index && gameConf.use_d3d) {
wchar_t skin_dir[16];
myswprintf(skin_dir, L"skin");
skinSystem = new CGUISkinSystem(skin_dir, device);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment