lua: world.get_total_time + set_block_user_bits fix
This commit is contained in:
@@ -94,7 +94,7 @@ void HudRenderer::createDebugPanel(Engine* engine) {
|
||||
L" "+stream.str();
|
||||
}));
|
||||
panel->add(create_label([=](){
|
||||
return L"seed: "+std::to_wstring(level->world->seed);
|
||||
return L"seed: "+std::to_wstring(level->world->getSeed());
|
||||
}));
|
||||
|
||||
for (int ax = 0; ax < 3; ax++){
|
||||
|
||||
Reference in New Issue
Block a user