Files
FlaxEngine/Source/Editor
nothingTVatYT a9259b20a4 fix off-by-one in collection range check
The check failed randomly after script reloading an dissued the following error:

```
00:19:37.789 ]: [Error] Exception has been thrown during Window.OnDraw.
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
[ 00:19:37.805 ]: [Warning] Exception has been thrown during Window.OnUpdate. Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Stack strace:
   at FlaxEditor.GUI.Tabs.Tabs.get_SelectedTab() in /home/me/Flax/FlaxEngine/Source/Editor/GUI/Tabs/Tabs.cs:line 242
```
2024-02-07 02:01:39 +01:00
..
2023-12-29 23:15:03 +01:00
2024-02-06 17:27:27 +01:00
2023-01-10 15:29:37 +01:00
2023-11-19 11:00:15 +01:00
2024-02-06 16:17:43 +01:00
2024-02-06 16:38:44 +01:00
2023-10-14 16:49:09 +02:00
2024-02-06 15:06:29 +01:00
2023-08-25 08:17:09 -05:00
2023-01-10 15:29:37 +01:00
2023-09-12 22:18:26 +02:00
2023-01-10 15:29:37 +01:00
2023-10-09 23:21:02 +02:00