[Fix] (MG_Util): Fix compiling error.

This commit is contained in:
BZLZHH
2025-08-10 23:24:49 +08:00
parent 98efe13ac5
commit fefccf808a
+2 -2
View File
@@ -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;
@@ -236,4 +236,4 @@ namespace MobileGL {
Flags<Bit> operator&(const Bit lhs, const Bit rhs) {
return Flags<Bit>(lhs) & rhs;
}
} // namespace MobileGL
} // namespace MobileGL