SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Nil check to prevent error on quick-swap with no windows #52

Closed MrBlackbrow closed 3 months ago

MrBlackbrow commented 4 months ago

Noticed that using quick swap (Ctrl + Tab or ButtonX) causes an error if no windows are currently active. Added a nil check to fix this. DpGzO9JjvA

Michael-48 commented 3 months ago

Great bug fix and thank you for the PR!

SirMallard commented 3 months ago

Thanks for finding and fixing this.