Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
162 stars 26 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.