diff options
author | chai <chaifix@163.com> | 2019-01-04 22:54:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-04 22:54:59 +0800 |
commit | c446e8186afa31c8d346383c0db8b8070fa563cd (patch) | |
tree | a2a0e088c51f1ba251756aa5ab50b27dc8eeef39 /src/libjin-lua/je_lua_jin.cpp | |
parent | c42eb2529eead4b17c0c7f9da7ac9c41563a13fa (diff) |
*编译jsl shader失败时使用error shader
Diffstat (limited to 'src/libjin-lua/je_lua_jin.cpp')
-rw-r--r-- | src/libjin-lua/je_lua_jin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libjin-lua/je_lua_jin.cpp b/src/libjin-lua/je_lua_jin.cpp index debd79e..256e081 100644 --- a/src/libjin-lua/je_lua_jin.cpp +++ b/src/libjin-lua/je_lua_jin.cpp @@ -111,6 +111,7 @@ namespace JinEngine #include "scripts/log.lua.h" #include "scripts/tiledmap/tiledmap.lua.h" #include "scripts/physics/physics.lua.h" + #include "scripts/audio/audio.lua.h" #include "scripts/app.lua.h" @@ -128,6 +129,7 @@ namespace JinEngine { "xml.lua", xml_lua }, { "tiledmap.lua", tiledmap_lua }, { "physics.lua", physics_lua }, + { "audio.lua", audio_lua }, // { "log.lua", log_lua }, { 0, 0 } |