diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-26 19:11:46 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-18 15:21:48 +0100 |
commit | ce271c4c6d0f9c440d90397c07eaa96b0443ff47 (patch) | |
tree | 6eadbef27038ba98608036fe6f414e1e868f8eaf | |
parent | ffe9dac56488ebfc9f5c37c4e400f4f5469a8a46 (diff) |
Fix compile error, wrong friend class
-rw-r--r-- | include/RenderBackend/OpenGL/DeviceMemory.hpp | 2 |
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 { |