mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Working FGD export
Added trenchbroom path settings Saving Entity definition file,.
This commit is contained in:
@@ -217,9 +217,7 @@ void FileSystemUI::DrawDirectoryExplorer()
|
||||
{
|
||||
if (ImGui::Button("Refresh"))
|
||||
FileSystem::Scan();
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
for (int i = paths.size() - 1; i > 0; i--) {
|
||||
if (i != paths.size())
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user