diff --git a/examples/core/core_2d_camera.c b/examples/core/core_2d_camera.c index 7e5a14a70..907edbac0 100644 --- a/examples/core/core_2d_camera.c +++ b/examples/core/core_2d_camera.c @@ -45,6 +45,7 @@ int main(void) spacing += (int)buildings[i].width; + //(Color){ Red, Blue, Green, Alpha } buildColors[i] = (Color){ (unsigned char)GetRandomValue(200, 240), (unsigned char)GetRandomValue(200, 240),