You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e., Scheduler::Scheduler(std::string name, unsigned int tile_resolution, QObject* parent) should get a static registry of names, if the name exists, assert false in debug mode, otherwise write to the log and disable the scheduler.
i.e.,
Scheduler::Scheduler(std::string name, unsigned int tile_resolution, QObject* parent)
should get a static registry of names, if the name exists, assert false in debug mode, otherwise write to the log and disable the scheduler.https://github.com/AlpineMapsOrg/renderer/blob/main/nucleus/tile/Scheduler.cpp
The text was updated successfully, but these errors were encountered: