From 257deb78868ebfbe69634c07682795fe8dd90235 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Wed, 28 Jan 2015 08:27:14 +0100 Subject: [PATCH] CoreTiming: fix warning --- Source/Core/Core/CoreTiming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/CoreTiming.cpp b/Source/Core/Core/CoreTiming.cpp index 2a7e571dc2..c6c349711b 100644 --- a/Source/Core/Core/CoreTiming.cpp +++ b/Source/Core/Core/CoreTiming.cpp @@ -48,7 +48,7 @@ static Common::FifoQueue tsQueue; // event pools static Event *eventPool = nullptr; -float lastOCFactor; +static float lastOCFactor; int slicelength; static int maxSliceLength = MAX_SLICE_LENGTH;