Small cleanup

This commit is contained in:
Emil Axelsson
2019-08-13 11:28:33 +02:00
parent 137e012cd1
commit 904811f60d
5 changed files with 5 additions and 19 deletions

View File

@@ -181,7 +181,6 @@ RenderableTrail::RenderableTrail(const ghoul::Dictionary& dictionary)
setRenderBin(RenderBin::Transparent);
addProperty(_opacity);
//registerUpdateRenderBinFromOpacity();
_translation = Translation::createFromDictionary(
dictionary.value<ghoul::Dictionary>(KeyTranslation)