mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Code style fixes
This commit is contained in:
@@ -68,7 +68,8 @@ void Audio::PoolThread::setFinish()
|
||||
finish = true;
|
||||
}
|
||||
|
||||
Audio::Audio() : distanceModel(DISTANCE_INVERSE_CLAMPED)
|
||||
Audio::Audio()
|
||||
: distanceModel(DISTANCE_INVERSE_CLAMPED)
|
||||
{
|
||||
// Passing zero for default device.
|
||||
device = alcOpenDevice(0);
|
||||
|
||||
Reference in New Issue
Block a user