From 821e3f7072b040f57e33785536a4f00a064a0069 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Sun, 18 Mar 2018 17:25:05 +0000 Subject: Optional alpha channel support for entities --- src/content_sao.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content_sao.cpp') diff --git a/src/content_sao.cpp b/src/content_sao.cpp index 4959ec569..1dc05cd22 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -803,6 +803,7 @@ PlayerSAO::PlayerSAO(ServerEnvironment *env_, RemotePlayer *player_, session_t p m_prop.eye_height = 1.625f; // End of default appearance m_prop.is_visible = true; + m_prop.backface_culling = false; m_prop.makes_footstep_sound = true; m_prop.stepheight = PLAYER_DEFAULT_STEPHEIGHT * BS; m_hp = m_prop.hp_max; -- cgit v1.2.3