Small fix.

This commit is contained in:
Axel 2020-03-03 13:54:24 +01:00 committed by Axel1092
parent 75495b62c6
commit 020d38a963
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public:
return Map;
}
UFUNCTION(Exec, CallInEditor, DevelopmentOnly)
UFUNCTION(Exec, CallInEditor, meta=(DevelopmentOnly))
void DebugShowSignals(bool enable);
protected: