Quenty / NevermoreEngine

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
https://quenty.github.io/NevermoreEngine/
MIT License
408 stars 124 forks source link

Cannot disable ViewportControls #482

Open Daimywil opened 1 month ago

Daimywil commented 1 month ago

ViewportControls::SetEnabled is not able to disable the controls. This happens because there are braces missing in one of the if staments on line 32 of ViewportControls. image It should be like this. image