fix: unglob std::{min, max}, manual stuff
This commit is contained in:
@@ -52,7 +52,7 @@ void TextureHolder::setForcedScale(int targetSize)
|
||||
return;
|
||||
}
|
||||
|
||||
scale = (float) targetSize / min(width, height);
|
||||
scale = (float) targetSize / std::min(width, height);
|
||||
}
|
||||
|
||||
//@Override
|
||||
|
||||
Reference in New Issue
Block a user