mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
TITANIC: Change add float suffixes to float assignments
This commit is contained in:
parent
f6af273fca
commit
a5614eeaac
@ -29,8 +29,8 @@ FRange::FRange() {
|
||||
}
|
||||
|
||||
void FRange::reset() {
|
||||
_min._x = _min._y = _min._z = 9.9999994e27;
|
||||
_max._x = _max._y = _max._z = -9.9999994e27;
|
||||
_min._x = _min._y = _min._z = 9.9999994e27F;
|
||||
_max._x = _max._y = _max._z = -9.9999994e27F;
|
||||
}
|
||||
|
||||
void FRange::expand(const FVector &v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user