Fixed bullet cloning.

This commit is contained in:
genxium
2023-02-18 11:13:33 +08:00
parent 83419a6f23
commit a48e2f3cc0
4 changed files with 13 additions and 7556 deletions

View File

@@ -33,7 +33,7 @@ cc.Class({
/** Init required prefab ended. */
self.inputFrameUpsyncDelayTolerance = 2;
self.collisionMinStep = 8;
self.collisionMinStep = 16;
self.renderCacheSize = 128;
self.serverFps = 60;

File diff suppressed because one or more lines are too long