2
0
Fork 0
mirror of https://github.com/KillzXGaming/Switch-Toolbox synced 2025-02-25 20:07:09 +00:00

Fix errors

This commit is contained in:
KillzXGaming 2020-03-22 13:18:14 -04:00
parent 5a86fe16de
commit efca9faee9

View file

@ -1632,7 +1632,7 @@ namespace FirstPlugin
if (viewport == null)
return;
foreach (var drawable in viewport.scene.StaticObjects)
foreach (var drawable in viewport.scene.staticObjects)
{
if (drawable is BFRESRender)
{