Fixed compiler warning.

This commit is contained in:
hiker
2016-08-22 18:04:06 +10:00
parent e7803fe1ab
commit e62948499f

View File

@@ -283,7 +283,7 @@ void RewindManager::rewindTo(float rewind_time)
// First find the state to which we need to rewind
// ------------------------------------------------
int index = findFirstIndex(rewind_time);
unsigned int index = findFirstIndex(rewind_time);
if(!m_rewind_info[index]->isState())
{