diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/models/models_loading_gltf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/models/models_loading_gltf.c b/examples/models/models_loading_gltf.c index d8b34efe..d5ebff23 100644 --- a/examples/models/models_loading_gltf.c +++ b/examples/models/models_loading_gltf.c @@ -86,6 +86,7 @@ int main(void) EndMode3D(); DrawText("Use the UP/DOWN arrow keys to switch animation", 10, 10, 20, GRAY); + DrawText(TextFormat("Animation: %s", anim.name), 10, GetScreenHeight() - 20, 10, DARKGRAY); EndDrawing(); //---------------------------------------------------------------------------------- |
