Update sourcepawn (#2011)

* Update sourcepawn

* Remove #pragma rational Float
This commit is contained in:
peace-maker
2023-07-12 22:55:40 +02:00
committed by GitHub
parent 46e3de8d24
commit cb8541548b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -275,7 +275,6 @@ stock int RoundFloat(float value)
* User defined operators.
*/
#if !defined __sourcepawn2__
#pragma rational Float
// Internal aliases for backwards compatibility.
native float __FLOAT_MUL__(float a, float b) = FloatMul;