macOS warnings and build fix
This commit is contained in:
parent
8b297221fe
commit
dfed525e18
2 changed files with 3 additions and 3 deletions
|
|
@ -1142,7 +1142,7 @@ WallscanSampler::WallscanSampler(int y1, float swal, double yrepeat, fixed_t xof
|
|||
}
|
||||
else
|
||||
{
|
||||
double magnitude = abs(uv_stepd * 2);
|
||||
double magnitude = fabs(uv_stepd * 2);
|
||||
bool magnifying = magnitude < 1.0f;
|
||||
|
||||
int mipmap_offset = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue