mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 11:13:45 -04:00
JPA work
This commit is contained in:
@@ -18,8 +18,6 @@ struct TRandom_fast_ {
|
||||
// due to the float constant, having this function inlined adds that float to data,
|
||||
// making it not match
|
||||
float get_ufloat_1(void) {
|
||||
// !@bug UB: in C++ it's not legal to read from an union member other
|
||||
// than the last one that was written to.
|
||||
union {
|
||||
f32 f;
|
||||
u32 s;
|
||||
|
||||
Reference in New Issue
Block a user