mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Update OpenAL-Soft to 1.22.0
This commit is contained in:
@@ -8,7 +8,7 @@ class FPUCtl {
|
||||
bool in_mode{};
|
||||
|
||||
public:
|
||||
FPUCtl() noexcept { enter(); in_mode = true; };
|
||||
FPUCtl() noexcept { enter(); in_mode = true; }
|
||||
~FPUCtl() { if(in_mode) leave(); }
|
||||
|
||||
FPUCtl(const FPUCtl&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user