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
422 stars 125 forks source link

Cannot disable ViewportControls #482

Open Daimywil opened 4 months ago

Daimywil commented 4 months 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