diff --git a/examples/core/core_2d_camera.c b/examples/core/core_2d_camera.c index 7e5a14a70..d8c4cd415 100644 --- a/examples/core/core_2d_camera.c +++ b/examples/core/core_2d_camera.c @@ -30,6 +30,7 @@ int main(void) InitWindow(screenWidth, screenHeight, "raylib [core] example - 2d camera"); + //Rectangle rect = { x, y, width, height} Rectangle player = { 400, 280, 40, 40 }; Rectangle buildings[MAX_BUILDINGS] = { 0 }; Color buildColors[MAX_BUILDINGS] = { 0 };