|
|
@ -549,8 +549,6 @@ struct float24 { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
float24() = default; |
|
|
|
|
|
|
|
|
|
|
|
// Stored as a regular float, merely for convenience |
|
|
// Stored as a regular float, merely for convenience |
|
|
// TODO: Perform proper arithmetic on this! |
|
|
// TODO: Perform proper arithmetic on this! |
|
|
float value; |
|
|
float value; |
|
|
|