mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fixed typo
Changed "then" into "when" on line 19.
This commit is contained in:
@@ -16,7 +16,7 @@ resources while in the middle of performance-sensitive code.
|
||||
|
||||
Its counterpart, the :ref:`load <class_@GDScript_method_load>` method, loads a
|
||||
resource only when it reaches the load statement. That is, it will load a
|
||||
resource in-place which can cause slowdowns then it occurs in the middle of
|
||||
resource in-place which can cause slowdowns when it occurs in the middle of
|
||||
sensitive processes. The ``load`` function is also an alias for
|
||||
:ref:`ResourceLoader.load(path) <class_ResourceLoader_method_load>` which is
|
||||
accessible to *all* scripting languages.
|
||||
|
||||
Reference in New Issue
Block a user