mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-05 11:09:12 -06:00
Change lua function to be set with "setPropertyValueSingle" instead
This commit is contained in:
@@ -259,7 +259,7 @@ void TargetBrowserPair::updateBrowserSize() {
|
||||
_browser->updateBrowserSize();
|
||||
}
|
||||
|
||||
std::vector<glm::dvec3> TargetBrowserPair::renderCopies()
|
||||
std::vector<std::pair<std::string, glm::dvec3>> TargetBrowserPair::renderCopies()
|
||||
{
|
||||
return _browser->renderCopies();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user