diff options
| author | Rémi Verschelde | 2018-04-11 08:42:23 +0200 |
|---|---|---|
| committer | GitHub | 2018-04-11 08:42:23 +0200 |
| commit | fa97ec23858d9c997e7c33ceecb292c5ab75c531 (patch) | |
| tree | 5258d73a942a67d6e5a90c9ccbd9c3287af4a0ff /doc/classes/Camera.xml | |
| parent | 0f6fdb77c58f6f17bcdd85b107ad30b4e04edf3f (diff) | |
| parent | 72aa87758a6c7795dc488cda45ccbd37f71de9a7 (diff) | |
| download | godot-fa97ec23858d9c997e7c33ceecb292c5ab75c531.tar.gz godot-fa97ec23858d9c997e7c33ceecb292c5ab75c531.tar.zst godot-fa97ec23858d9c997e7c33ceecb292c5ab75c531.zip | |
Merge pull request #17724 from Noshyaar/doc
Update classref and docs, fix missing parameters' name
Diffstat (limited to 'doc/classes/Camera.xml')
| -rw-r--r-- | doc/classes/Camera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml index 1260b369f..7f7f152ae 100644 --- a/doc/classes/Camera.xml +++ b/doc/classes/Camera.xml @@ -17,7 +17,7 @@ <argument index="0" name="enable_next" type="bool" default="true"> </argument> <description> - If this is the current Camera, remove it from being current. If it is inside the node tree and [code]enabled_next[/code] is [code]true[/true], request to make the next Camera current, if any. + If this is the current Camera, remove it from being current. If [code]enable_next[/code] is true, request to make the next Camera current, if any. </description> </method> <method name="get_camera_transform" qualifiers="const"> |
