mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +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;
|
||||
@@ -236,4 +236,4 @@ namespace MobileGL {
|
||||
Flags<Bit> operator&(const Bit lhs, const Bit rhs) {
|
||||
return Flags<Bit>(lhs) & rhs;
|
||||
}
|
||||
} // namespace MobileGL
|
||||
} // namespace MobileGL
|
||||
|
||||
Reference in New Issue
Block a user