[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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user