You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
@@ -161,8 +161,6 @@ uint32_t Math::larger_prime(uint32_t p_val) {
|
||||
return primes[idx];
|
||||
idx++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
double Math::random(double from, double to) {
|
||||
|
||||
Reference in New Issue
Block a user