Set g_shipBuild to true by default
Due to excessive log output.
This commit is contained in:
parent
43ada622db
commit
31290dc7d0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace reone {
|
|||
|
||||
namespace game {
|
||||
|
||||
static bool g_shipBuild = false;
|
||||
static bool g_shipBuild = true;
|
||||
|
||||
Variable Routines::feetToMeters(const VariablesList &args, ExecutionContext &ctx) {
|
||||
return Variable::ofFloat(getFloat(args, 0) * 0.3048f);
|
||||
|
|
Loading…
Reference in a new issue