CWorldEditor: Use default empty string QString

This commit is contained in:
Lioncash 2020-07-03 08:59:54 -04:00
parent 85556b28e2
commit c36f5e2e2b
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ void CWorldEditor::UpdateWindowTitle()
void CWorldEditor::UpdateStatusBar() void CWorldEditor::UpdateStatusBar()
{ {
// Would be cool to do more frequent status bar updates with more info. Unfortunately, this causes lag. // Would be cool to do more frequent status bar updates with more info. Unfortunately, this causes lag.
QString StatusText = ""; QString StatusText;
if (!mGizmoHovering) if (!mGizmoHovering)
{ {