[ox/fs] Make format method static
This commit is contained in:
2
deps/ox/src/ox/std/random.hpp
vendored
2
deps/ox/src/ox/std/random.hpp
vendored
@@ -14,7 +14,7 @@ namespace ox {
|
||||
|
||||
using RandomSeed = uint64_t[2];
|
||||
|
||||
class Random {
|
||||
class __attribute__((packed)) Random {
|
||||
private:
|
||||
RandomSeed m_seed;
|
||||
|
||||
|
Reference in New Issue
Block a user