split assignment and return statement for gdscript
Some checks failed
/ test (push) Failing after 8s
Some checks failed
/ test (push) Failing after 8s
This commit is contained in:
@@ -44,7 +44,8 @@ class Random {
|
||||
* @return The new initial seed.
|
||||
*/
|
||||
public inline function resetInitialSeed():Int {
|
||||
return initialSeed = rangeBound(Std.int(Math.random() * MAX_VALUE_INT));
|
||||
initialSeed = rangeBound(Std.int(Math.random() * MAX_VALUE_INT));
|
||||
return initialSeed;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user