mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 09:24:24 +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{
|
namespace Glest{ namespace Game{
|
||||||
|
|
||||||
const int UnitPathBasic::maxBlockCount= GameConstants::updateFps / 2;
|
const int UnitPathBasic::maxBlockCount= GameConstants::updateFps / 2;
|
||||||
const int updateUnitForStopCommandFrameCount = 80;
|
const int updateUnitForStopCommandFrameCount = 40;
|
||||||
|
|
||||||
UnitPathBasic::UnitPathBasic() {
|
UnitPathBasic::UnitPathBasic() {
|
||||||
this->blockCount = 0;
|
this->blockCount = 0;
|
||||||
|
Reference in New Issue
Block a user