mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00: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