diff options
| author | raysan5 <[email protected]> | 2021-10-12 12:46:41 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-12 12:46:41 +0200 |
| commit | 9a568654bee82abb1409af68b1b6f532e85efaae (patch) | |
| tree | 624790b6f1b1ec97a3391e060a820df4b10c3f8c /examples/Makefile | |
| parent | 4a1bd12e2dbb34ab6aec8de07fe9ee79613234df (diff) | |
| download | raylib-9a568654bee82abb1409af68b1b6f532e85efaae.tar.gz raylib-9a568654bee82abb1409af68b1b6f532e85efaae.zip | |
REMOVED: EXAMPLE: models_material_pbr
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile index d9825638..9e40300b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -462,7 +462,6 @@ MODELS = \ models/models_cubicmap \ models/models_first_person_maze \ models/models_geometric_shapes \ - models/models_material_pbr \ models/models_mesh_generation \ models/models_mesh_picking \ models/models_loading \ @@ -471,8 +470,7 @@ MODELS = \ models/models_skybox \ models/models_yaw_pitch_roll \ models/models_heightmap \ - models/models_waving_cubes \ - models/models_magicavoxel_loading + models/models_waving_cubes SHADERS = \ shaders/shaders_model_shader \ |
