Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Bam4d/Griddly into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Nov 15, 2021
2 parents 688d2aa + 79b7696 commit e225da0
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 e225da0

Please sign in to comment.