mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] splash: remove 0
array specifier from func prototype
This commit is contained in:
parent
0524980cb4
commit
9f3f8cc5bd
@ -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,
|
static void drawRadialGradient(ImDrawList * list, int x, int y, int w, int h,
|
||||||
ImU32 innerColor, ImU32 outerColor,
|
ImU32 innerColor, ImU32 outerColor,
|
||||||
float vectors[0][2], int segments)
|
float vectors[][2], int segments)
|
||||||
{
|
{
|
||||||
const ImVec2 uv = list->_Data->TexUvWhitePixel;
|
const ImVec2 uv = list->_Data->TexUvWhitePixel;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user