Skip to content

Commit

Permalink
删测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed May 16, 2024
1 parent 934b1a2 commit b014117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/fmod20221/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local M=require("master")
local fmodPath=package.searchpath("fmod",package.cpath)
local fmodstudioPath=package.searchpath("fmodstudio",package.cpath)

if false and fmodPath and fmodstudioPath then
if fmodPath and fmodstudioPath then
-- pretend to load libfmod through Lua (it's going to fail but not raise any errors) so that its location is known when loading libfmodstudio through ffi
-- package.loadlib(fmodPath,"")
M.C=ffi.load(fmodPath)
Expand Down

0 comments on commit b014117

Please sign in to comment.