upgrade to Filament 1.21.0
This commit is contained in:
@@ -16,10 +16,10 @@ void Log(const char *fmt, ...) {
|
||||
#elif defined __OBJC__
|
||||
NSString *format = [[NSString alloc] initWithUTF8String:fmt];
|
||||
NSLogv(format, args);
|
||||
[format release];
|
||||
#else
|
||||
printf(fmt, args);
|
||||
vprintf(fmt, args);
|
||||
printf("\n");
|
||||
#endif
|
||||
|
||||
va_end(args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user