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