aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-26 19:11:46 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:21:48 +0100
commitce271c4c6d0f9c440d90397c07eaa96b0443ff47 (patch)
tree6eadbef27038ba98608036fe6f414e1e868f8eaf /include
parentffe9dac56488ebfc9f5c37c4e400f4f5469a8a46 (diff)
Fix compile error, wrong friend class
Diffstat (limited to 'include')
-rw-r--r--include/RenderBackend/OpenGL/DeviceMemory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RenderBackend/OpenGL/DeviceMemory.hpp b/include/RenderBackend/OpenGL/DeviceMemory.hpp
index 163b0ad..10ed040 100644
--- a/include/RenderBackend/OpenGL/DeviceMemory.hpp
+++ b/include/RenderBackend/OpenGL/DeviceMemory.hpp
@@ -16,7 +16,7 @@ namespace amalgine
{
DISABLE_COPY(DeviceMemory)
friend class DeviceFrame;
- friend class ShaderInputVec4;
+ friend class ShaderInputVec2;
public:
enum class StorageType
{