diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-03-23 15:38:04 +0100 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-03-23 15:38:04 +0100 |
| commit | c453ac8265525fd7a88ed616c7e5bdf1e6d6b09f (patch) | |
| tree | 923e2de3ad58953f1fcadb75009e7e49654b54cd /examples/core_3d_picking.c | |
| parent | 0caf925d5dc32e03852e3bf3d5fc5e31bc065f03 (diff) | |
| parent | 269b120104f468df5f0f00ac3a173770aa5bf09f (diff) | |
| download | raylib-c453ac8265525fd7a88ed616c7e5bdf1e6d6b09f.tar.gz raylib-c453ac8265525fd7a88ed616c7e5bdf1e6d6b09f.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'examples/core_3d_picking.c')
| -rw-r--r-- | examples/core_3d_picking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core_3d_picking.c b/examples/core_3d_picking.c index 33eaed8a..da303107 100644 --- a/examples/core_3d_picking.c +++ b/examples/core_3d_picking.c @@ -77,7 +77,7 @@ int main() End3dMode(); - DrawText("Try selecting the box with mouse!", 240, 10, 20, GRAY); + DrawText("Try selecting the box with mouse!", 240, 10, 20, DARKGRAY); if(collision) DrawText("BOX SELECTED", (screenWidth - MeasureText("BOX SELECTED", 30)) / 2, screenHeight * 0.1f, 30, GREEN); |
