1
0
forked from 0ad/0ad

Added resetUpdateVars(), so that selection/property update handler is actually refreshed and so improves performance like it's meant to. ;) Thanks for spotting that, Philip.

This was SVN commit r3053.
This commit is contained in:
Acumen 2005-10-30 01:06:04 +00:00
parent 875cb3bca1
commit 5582e4b890

View File

@ -342,6 +342,9 @@ function snRefresh()
// Update Team Tray
// (later, we need to base this on the player creating a group).
// refreshTeamTray();
// Refresh handler that monitors whether property/selection has been updated.
resetUpdateVars();
}
}