Merged in cerkiewny/clooneljump/dev (pull request #1)

fixing bug with build for release mode

Approved-by: Michele Santullo <dev00@gmx.it>
This commit is contained in:
cerkiewny 2017-03-18 15:29:20 +00:00 committed by Michele Santullo
commit ba60426cc2

View file

@ -119,7 +119,6 @@ namespace cloonel {
#endif
#if !defined(NDEBUG)
{
m_screenRes = parSize.Resolution();
const ushort2 tileSize(vector_cast<ushort2>(m_tileSize));
const ushort2 screenRes(vector_cast<ushort2>(parSize.Resolution()));
const ushort2 tileCount(vector_cast<ushort2>(m_tileCount));