summaryrefslogtreecommitdiffstats
path: root/doc/classes/Projection.xml
diff options
context:
space:
mode:
authorMuhannad Elbolaky <think-basin-amber@duck.com>2024-10-14 16:05:54 +0300
committerMuhannad Elbolaky <think-basin-amber@duck.com>2024-10-15 04:54:52 +0300
commitf90d13478a7691d82dce49a07dbcf52d702d070e (patch)
tree21776ec4a9404dc74952f1812f1f2bcd9da314b5 /doc/classes/Projection.xml
parentc04c1f2fa3cfab0011d9c5af2ecbc807f1baadcf (diff)
downloadredot-engine-f90d13478a7691d82dce49a07dbcf52d702d070e.tar.gz
fix: replace "Godot" to "Redot"
Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
Diffstat (limited to 'doc/classes/Projection.xml')
-rw-r--r--doc/classes/Projection.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml
index 1665660da3..d1432b7e57 100644
--- a/doc/classes/Projection.xml
+++ b/doc/classes/Projection.xml
@@ -308,7 +308,7 @@
<param index="0" name="right" type="Projection" />
<description>
Returns [code]true[/code] if the projections are not equal.
- [b]Note:[/b] Due to floating-point precision errors, this may return [code]true[/code], even if the projections are virtually equal. An [code]is_equal_approx[/code] method may be added in a future version of Godot.
+ [b]Note:[/b] Due to floating-point precision errors, this may return [code]true[/code], even if the projections are virtually equal. An [code]is_equal_approx[/code] method may be added in a future version of Redot.
</description>
</operator>
<operator name="operator *">
@@ -330,7 +330,7 @@
<param index="0" name="right" type="Projection" />
<description>
Returns [code]true[/code] if the projections are equal.
- [b]Note:[/b] Due to floating-point precision errors, this may return [code]false[/code], even if the projections are virtually equal. An [code]is_equal_approx[/code] method may be added in a future version of Godot.
+ [b]Note:[/b] Due to floating-point precision errors, this may return [code]false[/code], even if the projections are virtually equal. An [code]is_equal_approx[/code] method may be added in a future version of Redot.
</description>
</operator>
<operator name="operator []">