diff --git a/SDK/include/NDK/Components/GraphicsComponent.hpp b/SDK/include/NDK/Components/GraphicsComponent.hpp index 3a95eaa11..418500a96 100644 --- a/SDK/include/NDK/Components/GraphicsComponent.hpp +++ b/SDK/include/NDK/Components/GraphicsComponent.hpp @@ -83,7 +83,7 @@ namespace Ndk renderableDataInvalidationSlot(std::move(rhs.renderableDataInvalidationSlot)), renderableReleaseSlot(std::move(rhs.renderableReleaseSlot)), data(std::move(rhs.data)), - renderable(std::move(rhs.rhs)), + renderable(std::move(rhs.renderable)), dataUpdated(rhs.dataUpdated) { }