mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Improvement] (MG_Util/Misc): Replace byte array with 64-bit bitmap in IndexGenerator.
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@
|
||||
|
||||
typedef int android_LogPriority;
|
||||
|
||||
inline int __android_log_print(int prio, const char* tag, const char* fmt, ...) { }
|
||||
inline int __android_log_print(int prio, const char* tag, const char* fmt, ...) { return 0; }
|
||||
#endif
|
||||
|
||||
#include "MG_Util/GLExtensions.h"
|
||||
|
||||
Reference in New Issue
Block a user