mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix Linux compile error.
This commit is contained in:
@@ -107,7 +107,7 @@ private:
|
||||
float maxVolume = 1.0f;
|
||||
float referenceDistance = 1.0f;
|
||||
float rolloffFactor = 1.0f;
|
||||
float maxDistance = std::numeric_limits<float>::max();
|
||||
float maxDistance = FLT_MAX;
|
||||
float absorptionFactor = 0.0f;
|
||||
|
||||
}; // Source
|
||||
|
||||
Reference in New Issue
Block a user