mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Source info() gives type, InfoVisitor gives instance info
Changed (back) to clean use of source->info() to return type dependent info string. The InfoVisitor gives unified detailed information about instance.
This commit is contained in:
@@ -161,5 +161,5 @@ glm::ivec2 RenderSource::icon() const
|
||||
|
||||
std::string RenderSource::info() const
|
||||
{
|
||||
return std::string("Render ") + RenderSource::rendering_provenance_label[provenance_];
|
||||
return "Rendering Output";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user