diff --git a/src/UserInterface/TextureEditor.cpp b/src/UserInterface/TextureEditor.cpp index 8d80668..7420399 100755 --- a/src/UserInterface/TextureEditor.cpp +++ b/src/UserInterface/TextureEditor.cpp @@ -114,8 +114,10 @@ void TextureEditor::keyReleased(ofKeyEventArgs& args) { void TextureEditor::draw() { if (surface == NULL) return; - - drawJoints(); + + // Reset default color to white + ofSetColor(255, 255, 255, 255); + drawJoints(); } void TextureEditor::drawJoints() {