Fix Vertex Alloc usage at Index Alloc

This commit is contained in:
2026-03-24 22:20:41 +01:00
parent 4777c85f9a
commit eea0e9844f
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ int main(int argc, char** argv) {
PD::Li::Font font;
font.LoadTTF(ResourcePath("default.ttf"));
pList.SetFont(&font);
pList.SetFontscale(0.7f);
while (pOs->Mainloop()) {
pOs->ClearViewPort();
PD::Li::ResetPools();