mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Removed overlay when in play mode
This commit is contained in:
@@ -2446,6 +2446,11 @@ namespace Nuake {
|
||||
|
||||
void EditorInterface::Overlay()
|
||||
{
|
||||
if (Engine::GetGameState() == GameState::Playing)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// FIXME-VIEWPORT: Select a default viewport
|
||||
const float DISTANCE = 10.0f;
|
||||
int corner = 0;
|
||||
|
||||
Reference in New Issue
Block a user