[olympic/studio] Fix array bounds issue
All checks were successful
Build / build (push) Successful in 2m5s
All checks were successful
Build / build (push) Successful in 2m5s
This commit is contained in:
parent
c79fe3be43
commit
d5b232f5d5
@ -39,7 +39,7 @@ class StudioUI: public ox::SignalHandler {
|
||||
NewMenu m_newMenu;
|
||||
NewProject m_newProject;
|
||||
AboutPopup m_aboutPopup;
|
||||
ox::Array<studio::Popup*, 2> const m_popups = {
|
||||
ox::Array<studio::Popup*, 3> const m_popups = {
|
||||
&m_newMenu,
|
||||
&m_newProject,
|
||||
&m_aboutPopup
|
||||
|
Loading…
Reference in New Issue
Block a user