summary refs log tree commit diff
path: root/src/GFX/Binder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Binder.hpp')
-rw-r--r--src/GFX/Binder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GFX/Binder.hpp b/src/GFX/Binder.hpp
index 3d3949b..d8a2be9 100644
--- a/src/GFX/Binder.hpp
+++ b/src/GFX/Binder.hpp
@@ -35,7 +35,7 @@ class Binder {
 public:
     Binder() = default;;
 
-    static BindableMesh load(Mesh& mesh);
+    static BindableMesh load(Mesh mesh);
 
 private:
     static uint32_t create_vao();