mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix] (MG_State/Buffer): fix some typo
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user