You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Use doubles for time in many other places
This commit is contained in:
@@ -282,9 +282,9 @@ void GPUParticles3DEditor::_menu_option(int p_option) {
|
||||
}
|
||||
|
||||
void GPUParticles3DEditor::_generate_aabb() {
|
||||
float time = generate_seconds->get_value();
|
||||
double time = generate_seconds->get_value();
|
||||
|
||||
float running = 0.0;
|
||||
double running = 0.0;
|
||||
|
||||
EditorProgress ep("gen_aabb", TTR("Generating AABB"), int(time));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user