1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Add missing TTR's for EditorProgress

This commit is contained in:
Yuri Rubinsky
2024-06-14 10:52:38 +03:00
parent 680e489189
commit a7d5e2f0d9
3 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ void GPUParticles3DEditor::_generate_aabb() {
while (running < time) {
uint64_t ticks = OS::get_singleton()->get_ticks_usec();
ep.step("Generating...", int(running), true);
ep.step(TTR("Generating..."), int(running), true);
OS::get_singleton()->delay_usec(1000);
AABB capture = node->capture_aabb();