mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Misc. minor fixes
This commit is contained in:
@@ -138,7 +138,7 @@ void PcgRandom::bytes(void *out, size_t len)
|
||||
*outb = r & 0xFF;
|
||||
outb++;
|
||||
bytes_left--;
|
||||
r >>= 8;
|
||||
r >>= CHAR_BIT;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user