[Fix] (MG_Util): Fix compiling error.

This commit is contained in:
BZLZHH
2025-08-10 23:24:49 +08:00
parent 98efe13ac5
commit fefccf808a
+1 -1
View File
@@ -22,7 +22,7 @@ namespace MobileGL {
using Uint = Uint32; using Uint = Uint32;
using Int64 = int64_t; using Int64 = int64_t;
using Uint64 = uint64_t; using Uint64 = uint64_t;
using Bool = Bool; using Bool = bool;
using Float = float; using Float = float;
using Double = double; using Double = double;
using StringView = std::string_view; using StringView = std::string_view;