mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 15:29:26 -06:00
Remove test code
This commit is contained in:
@@ -84,11 +84,6 @@ RenderablePlanet::RenderablePlanet(const ghoul::Dictionary& dictionary)
|
||||
|
||||
addProperty(_colorTexturePath);
|
||||
_colorTexturePath.onChange(std::bind(&RenderablePlanet::loadTexture, this));
|
||||
|
||||
std::string s = _colorTexturePath.description();
|
||||
ghoul::Dictionary d;
|
||||
ghoul::lua::loadDictionaryFromString(s, d);
|
||||
|
||||
}
|
||||
|
||||
RenderablePlanet::~RenderablePlanet() {
|
||||
|
||||
Reference in New Issue
Block a user