Added live reloading for quake maps

This commit is contained in:
Antoine Pilote
2024-09-01 23:04:34 -04:00
parent 63712edc6d
commit d289c5431d
8 changed files with 60 additions and 14 deletions

View File

@@ -818,7 +818,7 @@ namespace Nuake {
m_IsRenaming = true;
}
if (!m_IsRenaming && Selection.Type == EditorSelectionType::Entity && Input::IsKeyPressed(Key::DELETE))
if (!m_IsRenaming && Selection.Type == EditorSelectionType::Entity && Input::IsKeyPressed(Key::DELETE_KEY))
{
QueueDeletion = Selection.Entity;
}