_debugLoadUpdate isn't set, _debugUpdates isn't read
in:
commit 24f0819337
Date: Wed Jul 12 10:09:10 2023 +0100
tile debug: render updates as well as deltas in the tile.
one is typo for the other
Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I9cb27d7912aa86373b8ef399fca442f85cfd69fb
This commit is contained in:
parent
77d52f53f2
commit
e8e3a2ccdb
1 changed files with 1 additions and 1 deletions
|
@ -7155,7 +7155,7 @@ L.CanvasTileLayer = L.Layer.extend({
|
|||
if (!img)
|
||||
{
|
||||
tile.updateCount++;
|
||||
this._debugUpdates++;
|
||||
this._debugLoadUpdate++;
|
||||
}
|
||||
else if (img.rawData && !img.isKeyframe)
|
||||
this._debugLoadDelta++;
|
||||
|
|
Loading…
Reference in a new issue