fixup! ViewpointDescription now ignores empty lines

This commit is contained in:
Vassyli
2017-09-27 13:22:00 +02:00
parent 4b82ee4b89
commit 56c80e3f8d
+1
View File
@@ -77,6 +77,7 @@ class Viewpoint implements CreateableInterface
public function clearDescription(): void
{
$this->description = "";
$this->_description = new SceneDescription("");
}
/**