summaryrefslogtreecommitdiff
path: root/model.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'model.hpp')
-rw-r--r--model.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/model.hpp b/model.hpp
index 190b2b6..b2bb531 100644
--- a/model.hpp
+++ b/model.hpp
@@ -108,7 +108,6 @@ struct Model_Instance {
Texture_Id env_cubemap,
Sampler_Id sampler
);
- int pick(const v3f& o, const v3f& d);
};
struct Model_Scene {