mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
CWorldEditor: Use default empty string QString
This commit is contained in:
@@ -786,7 +786,7 @@ void CWorldEditor::UpdateWindowTitle()
|
||||
void CWorldEditor::UpdateStatusBar()
|
||||
{
|
||||
// Would be cool to do more frequent status bar updates with more info. Unfortunately, this causes lag.
|
||||
QString StatusText = "";
|
||||
QString StatusText;
|
||||
|
||||
if (!mGizmoHovering)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user