[Improvement] (...): Optimize code.

This commit is contained in:
BZLZHH
2025-08-10 23:18:01 +08:00
parent 0b13cb5714
commit 253e14f2c9
27 changed files with 72 additions and 72 deletions
@@ -17,7 +17,7 @@ namespace MobileGL {
}
}
bool ErrorState::HasNonGLError() const {
Bool ErrorState::HasNonGLError() const {
return !m_nonGLErrors.empty();
}
@@ -33,7 +33,7 @@ namespace MobileGL {
return Optional<const Error>{error};
}
bool ErrorState::HasGLError() const {
Bool ErrorState::HasGLError() const {
return !m_errors.empty();
}