CoreTiming: fix warning

This commit is contained in:
Tillmann Karras 2015-01-28 08:27:14 +01:00
parent beaa9905a6
commit 257deb7886
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static Common::FifoQueue<BaseEvent, false> tsQueue;
// event pools
static Event *eventPool = nullptr;
float lastOCFactor;
static float lastOCFactor;
int slicelength;
static int maxSliceLength = MAX_SLICE_LENGTH;