mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:41:02 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
b5d89c44bf
commit
3dc11637ed
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
#include "SettingHandle.h"
|
||||
|
||||
void ScriptGatekeeper::initialize() {
|
||||
if (_initialized == true) {
|
||||
if (_initialized) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue