mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-25 20:07:09 +00:00
Fix errors
This commit is contained in:
parent
5a86fe16de
commit
efca9faee9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue