Skip to content

Commit

Permalink
Merge pull request #145 from Bam4d/hotfix_warning
Browse files Browse the repository at this point in the history
remove the warning for releasing env resources
  • Loading branch information
Bam4d authored Nov 15, 2021
2 parents 4f10e0b + 025be52 commit 79b7696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Griddly/Core/GameProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ObserverConfig GameProcess::getObserverConfig(ObserverType observerType) const {
}

void GameProcess::release() {
spdlog::warn("Forcing release of vulkan");
spdlog::debug("Forcing release of vulkan");
observer_->release();
for (auto& p : players_) {
p->getObserver()->release();
Expand Down

0 comments on commit 79b7696

Please sign in to comment.