Attempted fix for gcc6 compile error

This commit is contained in:
AnotherCommander 2017-05-19 18:29:27 +02:00 committed by GitHub
parent ae68efa00c
commit 0b12ed3a22

View File

@ -508,7 +508,7 @@ typedef struct
- (void) dumpMemoryStatistics
{
OOLog(@"debug.memStats", @"Memory statistics:");
OOLog(@"debug.memStats", @"%@", @"Memory statistics:");
OOLogIndent();
// Get texture retain counts before the entity dumper starts messing with them.