fix: selection update latency
This commit is contained in:
@@ -140,7 +140,6 @@ void Player::updateSelectedEntity() {
|
||||
selectedEid = selection.entity;
|
||||
}
|
||||
|
||||
#include "../window/Window.hpp"
|
||||
void Player::postUpdate() {
|
||||
auto entity = level->entities->get(eid);
|
||||
if (!entity.has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user