diff options
| author | raysan5 <[email protected]> | 2015-10-26 12:14:26 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2015-10-26 12:14:26 +0100 |
| commit | b135bcd42225d470b5a622e038e63124cb318129 (patch) | |
| tree | 961bb1baf422380e5377cab38bbc769529e39551 /examples/core_3d_camera_free.c | |
| parent | fb4105cf8a6a26b0f00da1c71ad8c56c2aefd875 (diff) | |
| download | raylib-b135bcd42225d470b5a622e038e63124cb318129.tar.gz raylib-b135bcd42225d470b5a622e038e63124cb318129.zip | |
Corrected minor bugs
Diffstat (limited to 'examples/core_3d_camera_free.c')
| -rw-r--r-- | examples/core_3d_camera_free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core_3d_camera_free.c b/examples/core_3d_camera_free.c index cca9cfd5..be44ed2a 100644 --- a/examples/core_3d_camera_free.c +++ b/examples/core_3d_camera_free.c @@ -44,7 +44,7 @@ int main() //---------------------------------------------------------------------------------- BeginDrawing(); - ClearBackground(WHITE); + ClearBackground(RAYWHITE); Begin3dMode(camera); |
