Commit 5488e8a8 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:Fluorohydride/ygopro

parents 30023034 0b0894c5
Pipeline #9268 failed with stages
in 15 minutes and 41 seconds
...@@ -52,6 +52,9 @@ bool Game::Initialize() { ...@@ -52,6 +52,9 @@ bool Game::Initialize() {
skinSystem->applySkin(skins[index].c_str()); skinSystem->applySkin(skins[index].c_str());
} }
} }
#ifndef _DEBUG
//device->getLogger()->setLogLevel(irr::ELOG_LEVEL::ELL_ERROR);
#endif
xScale = 1; xScale = 1;
yScale = 1; yScale = 1;
linePatternD3D = 0; linePatternD3D = 0;
......
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