mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-05-21 02:01:16 -04:00
Fixes to the MeshRenderer
This commit is contained in:
parent
f6e4bc863d
commit
c23ddb5c5a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue