diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-17 03:34:32 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-17 03:34:32 (GMT) |
| commit | fc9f263961ae84c2c517270a0be4c6d62065324d (patch) | |
| tree | fe95b2f64faf432caaa4e92a0c18432c94a6f517 /src/cat/LegacyLuaAPI.cpp | |
| parent | 639d4fc43c7b89593fc0fa33886c4949bc754c01 (diff) | |
| download | powder-fc9f263961ae84c2c517270a0be4c6d62065324d.zip powder-fc9f263961ae84c2c517270a0be4c6d62065324d.tar.gz | |
sim.get/setPressure, a few constants to the simulation api
Diffstat (limited to 'src/cat/LegacyLuaAPI.cpp')
| -rw-r--r-- | src/cat/LegacyLuaAPI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cat/LegacyLuaAPI.cpp b/src/cat/LegacyLuaAPI.cpp index 7b2aa23..951a707 100644 --- a/src/cat/LegacyLuaAPI.cpp +++ b/src/cat/LegacyLuaAPI.cpp @@ -1830,7 +1830,6 @@ int screenshotIndex = 0; int luatpt_screenshot(lua_State* l) { - //TODO Implement int captureUI = luaL_optint(l, 1, 0); std::vector<char> data; if(captureUI) |
