From d0de60dc33df75fbcacb53a09568b14d0fd48cb9 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 12 Jun 2023 17:09:55 +0200 Subject: Multithreaded world generation with Perlin --- src/GFX/Binder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GFX/Binder.hpp') 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(); -- cgit 1.4.1