Change GUI name for the selection property

This commit is contained in:
Malin E
2022-08-02 11:44:48 +02:00
parent 4df7693480
commit 9470faddbb

View File

@@ -123,8 +123,8 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo MeshSelectionInfo = {
"MeshSelection",
"Mesh Selection",
"Property to select one or more of the meshes to be rendered."
"Selection",
"Selected objects"
};
struct [[codegen::Dictionary(RenderableDUMeshes)]] Parameters {