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:
commit
ba60426cc2
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue