DarkRadiant: master 66c3df0f

Author Committer Branch Timestamp Parent
greebo greebo master 22.05.2021 06:36 master b75c4f20
Affected Issues  0005555: Crash when activating GameConnection Feature "update entities on every change"
Changeset 0005555: Avoid double-entering the think() method from external triggers (wxTimer).
The lock cannot be placed within the GameConnection::think() body, since think is recursively calling itself by design.
mod - plugins/dm.gameconnection/GameConnection.cpp Diff File
mod - plugins/dm.gameconnection/GameConnection.h Diff File