warning fixed
This commit is contained in:
parent
9d640d3f06
commit
f9fefde387
@ -40,7 +40,7 @@ void Cube::startAnimation( Qsk::Direction direction )
|
||||
const bool inverted = ( direction == Qsk::LeftToRight || direction == Qsk::TopToBottom );
|
||||
animator->setInverted( inverted );
|
||||
|
||||
int newIndex;
|
||||
int newIndex = 0;
|
||||
|
||||
switch( direction )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user