Skip to content

Commit

Permalink
Update openal.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Jun 14, 2017
1 parent 7f76324 commit 7a9563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--============================================================================--

local ffi = require( "ffi" )
io.input( "include/al.h" )
io.input( "al.h" )
ffi.cdef( io.read( "*all" ) )

local AL = ffi.load( ffi.os == "Windows" and "OpenAL32" or "OpenAL.framework/OpenAL" )
Expand Down

0 comments on commit 7a9563d

Please sign in to comment.