Changeset 591 for branches/Derelict2/DerelictAL
- Timestamp:
- 11/06/11 03:36:56 (7 months ago)
- Files:
-
- branches/Derelict2/DerelictAL/derelict/openal/al.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Derelict2/DerelictAL/derelict/openal/al.d
r479 r591 166 166 static this() 167 167 { 168 DerelictAL = new DerelictALLoader();168 DerelictAL = new DerelictALLoader(); 169 169 } 170 170 171 171 static ~this() 172 172 { 173 DerelictAL.unload(); 173 if(SharedLibLoader.isAutoUnloadEnabled()) 174 DerelictAL.unload(); 174 175 }
