Changeset 894
- Timestamp:
- 03/07/10 21:09:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/engine/Script/Env.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/Script/Env.cpp
r893 r894 230 230 { 231 231 Env *self = static_cast<Env*>(lua_touserdata(state, lua_upvalueindex(1))); 232 //std::ostream &oss = (self->out == NULL) ? std::cout : *(self->out);233 //bool hasOut = !outs.empty();234 232 235 233 int numParams = lua_gettop(state);
