Formatting / warning fix (RW slack)

'initializing': conversion from 'size_t' to 'const int', possible loss of data
This commit is contained in:
Klaus Basan
2016-06-17 16:34:17 +02:00
parent 32d6d68c83
commit 8b39e6f9c3
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ namespace BlackMisc
bool m_enabled = true; //!< to be displayed in simulator
bool m_rendered = false; //!< really shown in simulator
bool m_partsSynchronized = false; //!< sync.parts
bool m_fastPositionUpdates = false; //!<use fast position updates
bool m_fastPositionUpdates = false; //!< use fast position updates
//! Init, which syncronizes some denormalized values
void init();