Remove unused MAX_SLICES constant
This commit is contained in:
parent
fcb4671775
commit
00c98a50ef
|
|
@ -31,7 +31,6 @@ int main(void)
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
const int screenWidth = 800;
|
const int screenWidth = 800;
|
||||||
const int screenHeight = 450;
|
const int screenHeight = 450;
|
||||||
const int MAX_SLICES = 10;
|
|
||||||
|
|
||||||
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - interactive pie chart");
|
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - interactive pie chart");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user