mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Moved FileSystem stuff into seprate files and a FileSystem Folder
This commit is contained in:
@@ -58,7 +58,7 @@ void EditorSelectionPanel::Draw(EditorSelection selection)
|
||||
ResolveFile(selection.File);
|
||||
}
|
||||
|
||||
if (!selection.File->IsValid())
|
||||
if (!selection.File->Exist())
|
||||
{
|
||||
std::string text = "File is invalid";
|
||||
auto windowWidth = ImGui::GetWindowSize().x;
|
||||
|
||||
Reference in New Issue
Block a user