What about this, dumbfuck
Some checks failed
k4 Build Test / do_the_build (push) Failing after 5s

This commit is contained in:
mid 2026-01-21 22:22:54 +02:00
parent 055ff4f5ce
commit 3e14195bf7

View File

@ -1856,7 +1856,7 @@ static int dagame_ray_get(lua_State *L) {
return 1;
} else if(!strcmp(key, "ready")) {
lua_pushboolean(L, !isnanf(lr->out[0]));
lua_pushboolean(L, !isnan(lr->out[0]));
return 1;
}