mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 08:49:56 +01:00
added id & revision tag
This commit is contained in:
parent
bacb87e361
commit
3d6dde5df6
|
|
@ -9,10 +9,13 @@ import org.lwjgl.opengl.*;
|
|||
import org.lwjgl.input.*;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <br>
|
||||
* This test demonstrates OpenAL positioning
|
||||
* Based on the example by Chad Armstrong (http://www.edenwaith.com/products/pige/tutorials/openal.php)
|
||||
*
|
||||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class PositionTest extends BasicTest {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue