[Fix] (MG_State/Buffer): fix some typo

This commit is contained in:
2025-07-17 22:46:16 +08:00
parent 5c1b0a8f10
commit 3f0a99d272
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace MobileGL {
}
}
void Extend(SizeT newStart, SizeT newEnd) {
void UnionUpdate(SizeT newStart, SizeT newEnd) {
if (newStart < minStart || newEnd > maxEnd) {
throw RuntimeError("Range exceeds bounds");
}