Use doubles instead of floats for lua numbers (this unpins the ui task)
This commit is contained in:
@@ -118,14 +118,14 @@
|
||||
|
||||
|
||||
/* Default configuration ('long long' and 'double', for 64-bit Lua) */
|
||||
#define LUA_INT_DEFAULT LUA_INT_LONGLONG
|
||||
#define LUA_INT_DEFAULT LUA_INT_LONG
|
||||
#define LUA_FLOAT_DEFAULT LUA_FLOAT_DOUBLE
|
||||
|
||||
|
||||
/*
|
||||
@@ LUA_32BITS enables Lua with 32-bit integers and 32-bit floats.
|
||||
*/
|
||||
#define LUA_32BITS 1
|
||||
#define LUA_32BITS 0
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user