From 0e2b7672631f58c644ffb98e4c55d0d75ae5520a Mon Sep 17 00:00:00 2001 From: Sri Sham Haran Date: Sun, 5 Mar 2023 20:23:52 +0800 Subject: [PATCH] Fix for button w wrong textures (remove reflection of currentTexture) --- SHADE_Engine/src/UI/SHButtonComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SHADE_Engine/src/UI/SHButtonComponent.cpp b/SHADE_Engine/src/UI/SHButtonComponent.cpp index 7f0dd60f..5cc31841 100644 --- a/SHADE_Engine/src/UI/SHButtonComponent.cpp +++ b/SHADE_Engine/src/UI/SHButtonComponent.cpp @@ -58,7 +58,6 @@ RTTR_REGISTRATION .property("Default Texture", &SHButtonComponent::GetDefaultTexture, &SHButtonComponent::SetDefaultTexture) .property("Hovered Texture", &SHButtonComponent::GetHoveredTexture, &SHButtonComponent::SetHoveredTexture) .property("Clicked Texture", &SHButtonComponent::GetClickedTexture, &SHButtonComponent::SetClickedTexture) - .property("current texture", &SHButtonComponent::currentTexture) ;