Commit 4d4537c7 authored by nanahira's avatar nanahira

Merge branch 'server' into full-view

parents f9d93b4a 9da610d9
Pipeline #9267 passed with stages
in 2 minutes
No preview for this file type
......@@ -86,6 +86,9 @@ bool Game::Initialize() {
skinSystem->applySkin(skins[index].c_str());
}
}
#ifndef _DEBUG
//device->getLogger()->setLogLevel(irr::ELOG_LEVEL::ELL_ERROR);
#endif
xScale = 1;
yScale = 1;
linePatternD3D = 0;
......
Subproject commit 9b3458c7db51dbe52fdb7961cea504d4b705b908
Subproject commit a4c305cfe6c7e4ab439e32cdf2c7a8af5a300195
Subproject commit d31bd272604f0c3e2cfb206207ab868cb6b010ba
Subproject commit 4984b9f7d4b56e72f6fdf89098b95fd4848a71d1
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