mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-07 12:48:03 +00:00
float24: Remove private default constructor
Fixes building with clang.
This commit is contained in:
@@ -549,8 +549,6 @@ struct float24 {
|
||||
}
|
||||
|
||||
private:
|
||||
float24() = default;
|
||||
|
||||
// Stored as a regular float, merely for convenience
|
||||
// TODO: Perform proper arithmetic on this!
|
||||
float value;
|
||||
|
||||
Reference in New Issue
Block a user