LWJGL / lwjgl3-wiki

The LWJGL 3 Wiki
415 stars 35 forks source link

Small issue with openal example/tutorial #5

Closed codedcosmos closed 6 years ago

codedcosmos commented 6 years ago

The import used for the code is import static org.lwjgl.system.libc.Stdlib.free;

Which is nolonger included in lwjgl, at least in 3.16. The import line should be replaced with: import static org.lwjgl.system.libc.LibCStdlib.*;

This issue comes from: https://github.com/LWJGL/lwjgl3-wiki/wiki/2.1.-OpenAL

Disclaimer: Im new to github, and kind of a noob, if I should have sent this issue request elsewhere or I need to do something else, let me know.

Spasi commented 6 years ago

Fixed with revision 6.

Reporting wiki issues this way is perfect, thanks!