Increase fuel update to 1s

This commit is contained in:
jonpas 2016-03-05 17:44:03 +01:00
parent 401d457a46
commit 015a60e6c4

View File

@ -16,7 +16,7 @@
#include "script_component.hpp"
#define PFH_STEPSIZE 0.1
#define PFH_STEPSIZE 1
params [["_unit", objNull, [objNull]], ["_target", objNull, [objNull]], ["_nozzle", objNull, [objNull]], ["_connectToPoint", [0,0,0], [[]], 3]];