There was an error while loading. Please reload this page.
1 parent 0a513e6 commit 595befeCopy full SHA for 595befe
1 file changed
examples/models/models_mesh_picking.c
@@ -84,7 +84,7 @@ int main(void)
84
85
// Display information about closest hit
86
RayCollision collision = { 0 };
87
- char *hitObjectName = "None";
+ const char *hitObjectName = "None";
88
collision.distance = FLT_MAX;
89
collision.hit = false;
90
Color cursorColor = WHITE;
0 commit comments