Browse Source

Fixed typo that caused a bug.

David Piuva 5 years ago
parent
commit
83f42db571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/DFPSR/api/guiAPI.cpp

+ 1 - 1
Source/DFPSR/api/guiAPI.cpp

@@ -225,7 +225,7 @@ String dsr::component_getProperty(const Component& component, const ReadableStri
 		}
 		return U"";
 	} else {
-		return component->toString();
+		return target->toString();
 	}
 }