From: <ma...@us...> - 2010-05-24 21:54:43
|
Revision: 3348 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3348&view=rev Author: matzon Date: 2010-05-24 21:54:37 +0000 (Mon, 24 May 2010) Log Message: ----------- proper resetNativeStubs for other oal-related classes, probably a NOP atm Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/openal/AL.java Modified: trunk/LWJGL/src/java/org/lwjgl/openal/AL.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/openal/AL.java 2010-05-24 21:50:26 UTC (rev 3347) +++ trunk/LWJGL/src/java/org/lwjgl/openal/AL.java 2010-05-24 21:54:37 UTC (rev 3348) @@ -217,8 +217,10 @@ device = null; } resetNativeStubs(AL10.class); + resetNativeStubs(AL11.class); resetNativeStubs(ALC10.class); resetNativeStubs(ALC11.class); + resetNativeStubs(EFX10.class); if (created) nDestroy(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |