Skip to content

map-layer: Don't defer when unrealized

James Westman requested to merge jwestman/libshumate:fix-62 into main

There's no frame clock when the widget is unrealized, so we can't be sure that we're tracking velocity between frames. Solved by not deferring tile loading when the widget is unrealized.

Fixes #62 (closed).

Merge request reports