aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-15 06:45:53 -0800
committerChris Robinson <[email protected]>2018-01-15 06:45:53 -0800
commit682205a3d44da7ff2402c7323033a1aabf2477ef (patch)
tree0ecee4feab0d6ca6c89622bc2718ee1e8e63af05 /examples
parent7441311e3def88a56fcdeca9bca7938629df9d54 (diff)
Finalize ALC_SOFT_device_clock
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index acd2e149..b57de5e4 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -1589,10 +1589,7 @@ int main(int argc, char *argv[])
name = alcGetString(device, ALC_DEVICE_SPECIFIER);
std::cout<< "Opened \""<<name<<"\"" <<std::endl;
- /* WARNING: ALC_SOFT_device_clock is still subject to change. It's fine to
- * play around with and test out, but avoid in production code.
- */
- if(alcIsExtensionPresent(device, "ALC_SOFTX_device_clock"))
+ if(alcIsExtensionPresent(device, "ALC_SOFT_device_clock"))
{
std::cout<< "Found ALC_SOFT_device_clock" <<std::endl;
alcGetInteger64vSOFT = reinterpret_cast<LPALCGETINTEGER64VSOFT>(