Fixed: Player viewport disappears after resizing window
It appears there is a bug with the code optimizer of GCC 4.2 that caused libcommon's ClearPlayer() to incorrectly clear the player's DDPF_LOCAL flag, causing a subsequent view update to not find any local players.
Fixed: Player viewport disappears after resizing window
It appears there is a bug with the code optimizer of GCC 4.2 that
caused libcommon's ClearPlayer() to incorrectly clear the player's
DDPF_LOCAL flag, causing a subsequent view update to not find any
local players.
GCC 4.2 is used in the Mac 10.6 and 10.8 builds.