Removed unused dependencies
This commit is contained in:
@@ -44,8 +44,6 @@ Ref<Nuake::Texture> ThumbnailManager::GetThumbnail(const std::string& path)
|
||||
return m_Thumbnails[path];
|
||||
}
|
||||
|
||||
int i = 0;
|
||||
std::string m = "masing" + std::to_string(i) + std::endl;
|
||||
using namespace Nuake;
|
||||
|
||||
if (m_ThumbnailGeneratedThisFrame > MAX_THUMBNAIL_PER_FRAME)
|
||||
|
||||
@@ -124,10 +124,8 @@ namespace Nuake {
|
||||
|
||||
ImGuiID dockspace_id = ImGui::GetID("MyDockSpace");
|
||||
ImGui::DockSpaceOverViewport(viewport, dockspace_flags);
|
||||
//this->filesystem = FileSystemUI();
|
||||
}
|
||||
|
||||
|
||||
ImVec2 LastSize = ImVec2();
|
||||
void EditorInterface::DrawViewport()
|
||||
{
|
||||
|
||||
@@ -83,6 +83,7 @@ void EditorSelectionPanel::Draw(EditorSelection selection)
|
||||
}
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
}
|
||||
|
||||
void EditorSelectionPanel::DrawNone()
|
||||
|
||||
Reference in New Issue
Block a user