Commit 715776f3 authored by mercury233's avatar mercury233

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

parents ec0af817 0b0894c5
......@@ -31,6 +31,9 @@ bool Game::Initialize() {
ErrorLog("Failed to create Irrlicht Engine device!");
return false;
}
#ifndef _DEBUG
device->getLogger()->setLogLevel(irr::ELOG_LEVEL::ELL_ERROR);
#endif
xScale = 1;
yScale = 1;
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