Fixed: ProjectorActors not rendering

This commit is contained in:
n00b87
2025-11-21 01:00:01 -06:00
parent e0141b11e6
commit 4df735e4f6
6 changed files with 52 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ void rc_clearScene()
}
}
rc_projector_actors.clear();
for(int i = 0; i < rc_actor.size(); i++)
{
if(rc_actor[i].mesh_node)