Defines for ImGuiToolkit icons for source.

This commit is contained in:
Bruno Herbelin
2021-12-12 23:10:07 +01:00
parent f53ebd4389
commit 731a1af1a6
7 changed files with 24 additions and 11 deletions

View File

@@ -334,7 +334,7 @@ void NetworkSource::accept(Visitor& v)
glm::ivec2 NetworkSource::icon() const
{
return glm::ivec2(18, 11);
return glm::ivec2(ICON_SOURCE_NETWORK);
}
std::string NetworkSource::info() const