Merge remote-tracking branch 'origin/Feat/Rewriting' into Feat/Rewriting

This commit is contained in:
BZLZHH
2025-07-20 15:41:38 +08:00
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace MobileGL {
private:
IndexType next_index_ = 0;
std::vector<IndexType> freed_indices_;
std::vector<UInt8> is_valid_;
std::vector<Uint8> is_valid_;
};
}