why is this shit not an error

This commit is contained in:
tovjemam 2026-02-03 15:13:48 +01:00
parent 42e81c981f
commit 9a12ed58e3

View File

@ -46,6 +46,7 @@ bool game::view::EntityView::ReadNametag(net::InMessage& msg)
nametag_ = nametag;
nametag_text_.SetText(nametag);
return true;
}
void game::view::EntityView::DrawNametag(const DrawArgs& args)