Merge remote-tracking branch 'origin/pvs-fix' into pvs-fix

This commit is contained in:
Vyacheslav Ivanov
2024-08-03 23:15:15 +03:00
committed by Pugemon
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -143,7 +143,6 @@ void Player::updateSelectedEntity() {
selectedEid = selection.entity;
}
#include "../window/Window.hpp"
void Player::postUpdate() {
auto entity = level->entities->get(eid);
if (!entity.has_value()) {