1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-03 04:04:16 +00:00

Fixes to the MeshRenderer

This commit is contained in:
EliteMasterEric 2024-01-30 21:49:34 -05:00
parent f6e4bc863d
commit c23ddb5c5a

View file

@ -97,6 +97,8 @@ class MeshRender extends FlxStrip
{
vertices.length = 0;
indices.length = 0;
uvtData.length = 0;
colors.length = 0;
vertex_count = 0;
index_count = 0;
}