Skip to content

Commit 595befe

Browse files
committed
Update models_mesh_picking.c
1 parent 0a513e6 commit 595befe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/models/models_mesh_picking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int main(void)
8484

8585
// Display information about closest hit
8686
RayCollision collision = { 0 };
87-
char *hitObjectName = "None";
87+
const char *hitObjectName = "None";
8888
collision.distance = FLT_MAX;
8989
collision.hit = false;
9090
Color cursorColor = WHITE;

0 commit comments

Comments
 (0)