small fix

This commit is contained in:
MihailRis
2024-05-31 20:38:50 +03:00
parent 7b0e31951b
commit 0f4b6911a6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -73,7 +73,6 @@ std::shared_ptr<UINode> create_debug_panel(
L" visible: "+std::to_wstring(level->chunks->visible);
}));
panel->add(create_label([=](){
auto* indices = level->content->getIndices();
std::wstringstream stream;
stream << "r:" << player->selectedVoxel.state.rotation << " s:"
<< player->selectedVoxel.state.segment << " u:"