From 093ee3175ead7a5b76180150b24d5db86f71dea6 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 23 Nov 2016 14:12:24 +0100 Subject: [PATCH] SDK/Component: Fix typo (and compilation) --- SDK/include/NDK/Components/GraphicsComponent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }