Further enhanced backend dynamics force confirmation trigger.

This commit is contained in:
genxium
2022-12-18 17:47:20 +08:00
parent 4e7c3060fe
commit 34c4a24b64
3 changed files with 53 additions and 70 deletions

View File

@@ -440,7 +440,7 @@
"array": [
0,
0,
215.64032554232523,
209.73151519075364,
0,
0,
0,

View File

@@ -614,7 +614,7 @@ cc.Class({
}
}
if (null == self.renderFrameId || self.renderFrameId <= rdf.id) {
if (null == self.renderFrameId || self.renderFrameId <= rdf.id || shouldForceResync) {
// In fact, not having "window.RING_BUFF_CONSECUTIVE_SET == dumpRenderCacheRet" should already imply that "self.renderFrameId <= rdf.id", but here we double check and log the anomaly
if (window.MAGIC_ROOM_DOWNSYNC_FRAME_ID.BATTLE_START == rdf.id) {