mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
Merge pull request #44 from archshift/clang-build
float24: Remove private default constructor
This commit is contained in:
commit
ad04e0be97
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user