This commit is contained in:
parent
055ff4f5ce
commit
3e14195bf7
@ -1856,7 +1856,7 @@ static int dagame_ray_get(lua_State *L) {
|
|||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
} else if(!strcmp(key, "ready")) {
|
} else if(!strcmp(key, "ready")) {
|
||||||
lua_pushboolean(L, !isnanf(lr->out[0]));
|
lua_pushboolean(L, !isnan(lr->out[0]));
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user