Skip to content

Commit

Permalink
meaningless commented out log
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Feb 4, 2024
1 parent 17ffaee commit 82cfb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solanaceae/plugin/plugin_manager.cpp
Expand Up @@ -54,6 +54,7 @@ float PluginManager::tick(float delta) {
for (const auto& p : _plugins) {
const float plug_interval = p.tick(delta);
if (plug_interval < min_interval) {
//std::cout << "new plug min " << plug_interval << " by " << p.name << "\n";
min_interval = plug_interval;
}
}
Expand Down

0 comments on commit 82cfb6d

Please sign in to comment.