You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix typo in SimplexNoise documentation
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
print("Values:")
|
print("Values:")
|
||||||
print(noise.get_noise_2d(1.0, 1.0))
|
print(noise.get_noise_2d(1.0, 1.0))
|
||||||
print(noise.get_noise_3d(0.5, 3.0, 15.0))
|
print(noise.get_noise_3d(0.5, 3.0, 15.0))
|
||||||
print(noise.get_noise_3d(0.5, 1.9, 4.7, 0.0))
|
print(noise.get_noise_4d(0.5, 1.9, 4.7, 0.0))
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
|||||||
Reference in New Issue
Block a user