mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-19 16:52:03 +00:00
Fixes to the MeshRenderer
This commit is contained in:
parent
f6e4bc863d
commit
c23ddb5c5a
|
@ -97,6 +97,8 @@ class MeshRender extends FlxStrip
|
||||||
{
|
{
|
||||||
vertices.length = 0;
|
vertices.length = 0;
|
||||||
indices.length = 0;
|
indices.length = 0;
|
||||||
|
uvtData.length = 0;
|
||||||
|
colors.length = 0;
|
||||||
vertex_count = 0;
|
vertex_count = 0;
|
||||||
index_count = 0;
|
index_count = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue