mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix] (MG_Util): Fix compiling error.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MobileGL {
|
||||
using Uint = Uint32;
|
||||
using Int64 = int64_t;
|
||||
using Uint64 = uint64_t;
|
||||
using Bool = Bool;
|
||||
using Bool = bool;
|
||||
using Float = float;
|
||||
using Double = double;
|
||||
using StringView = std::string_view;
|
||||
|
||||
Reference in New Issue
Block a user