diff --git a/Maker/Editor/MyGUI.cpp b/Maker/Editor/MyGUI.cpp index 5c48eb5..6c395a2 100644 --- a/Maker/Editor/MyGUI.cpp +++ b/Maker/Editor/MyGUI.cpp @@ -123,6 +123,9 @@ void MyGUI::render() { selectedGameObject->_transform.SetRotation(glm::vec3(rotationArray[0], rotationArray[1], rotationArray[2])); } + if (ImGui::Checkbox("Draw Texture", &selectedGameObject->drawTexture)) { + + } } else { ImGui::Text("No GameObject selected.");