Working on unit tests for class world
This commit is contained in:
@@ -69,7 +69,7 @@ void LuaSnap::serialize(StreamBuffer *sb) {
|
||||
int64_t pos2 = sb->total_writes();
|
||||
sb->overwrite_int64(pos1, pos2 - pos1);
|
||||
lua_settop(state_, 0);
|
||||
std::cerr << "Eris dump is " << pos2-pos1 << " bytes." << std::endl;
|
||||
// std::cerr << "Eris dump is " << pos2-pos1 << " bytes." << std::endl;
|
||||
}
|
||||
|
||||
void LuaSnap::deserialize(StreamBuffer *sb) {
|
||||
|
||||
Reference in New Issue
Block a user