mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Removed Atan2 from script glue
This commit is contained in:
@@ -782,8 +782,6 @@ static class ScriptGlue
|
||||
RegisterCall<function bool(half)>("Math.Half::IsInfinity_Impl", (value) => value.IsInfinity);
|
||||
RegisterCall<function bool(half)>("Math.Half::IsNan_Impl", (value) => value.IsNaN);
|
||||
RegisterCall<function bool(half)>("Math.Half::IsSubnormal_Impl", (value) => value.IsSubnormal);
|
||||
|
||||
RegisterCall<function float(float, float)>("Math.Math::Atan2", (y, x) => Math.Atan2(y, x));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user