fix warning
This commit is contained in:
parent
473f9f1a6a
commit
1c81f8b7ad
@ -87,7 +87,7 @@ std::shared_ptr<UINode> create_debug_panel(
|
||||
fpsMax = fps;
|
||||
});
|
||||
|
||||
panel->listenInterval(1.0f, [&engine, &gui]() {
|
||||
panel->listenInterval(1.0f, [&engine]() {
|
||||
const auto& network = engine.getNetwork();
|
||||
size_t totalDownload = network.getTotalDownload();
|
||||
size_t totalUpload = network.getTotalUpload();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user