mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
* Corrected function/variable cases for C# examples This commit corrects a few charecter cases in relation to godot/modules/mono/glue/cs_files/Mathf.cs. The documentation currently states Pi is defined as `Mathf.PI`, while it's actually `Mathf.Pi`. The same mistake was found and fixed for some misc. arithmetical functions. * Reverted Pi to PI