_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:
Caolán McNamara 2023-11-02 21:38:12 +00:00 committed by Michael Meeks
parent 77d52f53f2
commit e8e3a2ccdb

View file

@ -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++;