mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Remove non-effective statics
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ const float LOG_PERIOD = 1 / LOG_RATE;
|
||||
const int LOG_SIZE = LOG_DURATION * LOG_RATE;
|
||||
const int LOG_COLUMNS = 14;
|
||||
|
||||
static float logBuffer[LOG_SIZE][LOG_COLUMNS]; // * 4 (float)
|
||||
static int logPointer = 0;
|
||||
float logBuffer[LOG_SIZE][LOG_COLUMNS]; // * 4 (float)
|
||||
int logPointer = 0;
|
||||
|
||||
void logData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user