diff options
Diffstat (limited to 'examples/models/models_material_pbr.c')
| -rw-r--r-- | examples/models/models_material_pbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_material_pbr.c b/examples/models/models_material_pbr.c index d55aa773..1f069468 100644 --- a/examples/models/models_material_pbr.c +++ b/examples/models/models_material_pbr.c @@ -71,7 +71,7 @@ int main() Begin3dMode(camera); - DrawModel(model, VectorZero(), 1.0f, WHITE); + DrawModel(model, Vector3Zero(), 1.0f, WHITE); DrawGrid(10, 1.0f); |
