mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 14:41:55 +00:00 
			
		
		
		
	[client] splash: remove 0 array specifier from func prototype
				
					
				
			This commit is contained in:
		@@ -58,7 +58,7 @@ static void calcRadialVectors(float vectors[][2], int segments)
 | 
			
		||||
 | 
			
		||||
static void drawRadialGradient(ImDrawList * list, int x, int y, int w, int h,
 | 
			
		||||
    ImU32 innerColor, ImU32 outerColor,
 | 
			
		||||
    float vectors[0][2], int segments)
 | 
			
		||||
    float vectors[][2], int segments)
 | 
			
		||||
{
 | 
			
		||||
  const ImVec2 uv = list->_Data->TexUvWhitePixel;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user