mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Change ".." punctuation for "..." in editor strings (#16507)
This commit is contained in:
parent
ca25f1e6ea
commit
1c419531a0
39 changed files with 200 additions and 200 deletions
|
|
@ -129,7 +129,7 @@ void ParticlesEditor::_generate_aabb() {
|
|||
while (running < time) {
|
||||
|
||||
uint64_t ticks = OS::get_singleton()->get_ticks_usec();
|
||||
ep.step("Generating..", int(running), true);
|
||||
ep.step("Generating...", int(running), true);
|
||||
OS::get_singleton()->delay_usec(1000);
|
||||
|
||||
AABB capture = node->capture_aabb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue