Update float.inc (#1591)

This commit is contained in:
naydef
2023-08-30 22:08:44 +02:00
committed by Your Name
parent 507b09c975
commit 02e2659ba5
+1 -1
View File
@@ -264,7 +264,7 @@ stock int RoundFloat(float value)
#if !defined __sourcepawn2__
#pragma rational Float
// Internal aliases for backwards compatability.
// Internal aliases for backwards compatibility.
native float __FLOAT_MUL__(float a, float b) = FloatMul;
native float __FLOAT_DIV__(float a, float b) = FloatDiv;
native float __FLOAT_ADD__(float a, float b) = FloatAdd;