mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 09:10:49 +02:00
- try to see if this stil lfixes performance without so much delay.
This commit is contained in:
@@ -36,7 +36,7 @@ using namespace Shared::Util;
|
||||
namespace Glest{ namespace Game{
|
||||
|
||||
const int UnitPathBasic::maxBlockCount= GameConstants::updateFps / 2;
|
||||
const int updateUnitForStopCommandFrameCount = 80;
|
||||
const int updateUnitForStopCommandFrameCount = 40;
|
||||
|
||||
UnitPathBasic::UnitPathBasic() {
|
||||
this->blockCount = 0;
|
||||
|
Reference in New Issue
Block a user