This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
VCV-Prototype
mirror of
https://github.com/VCVRack/VCV-Prototype.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Allows using the bit library
tags/v1.3.0
Leonardo Laguna Ruiz
5 years ago
parent
000fb5775d
commit
61a0339b85
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/LuaJITEngine.cpp
+ 1
- 0
src/LuaJITEngine.cpp
View File
@@ -33,6 +33,7 @@ struct LuaJITEngine : ScriptEngine {
luaopen_string(L);
luaopen_table(L);
luaopen_math(L);
luaopen_bit(L);
// Set user pointer
lua_pushlightuserdata(L, this);
Write
Preview
Loading…
Cancel
Save