Skip to content

Don't assert on null output

Marco Martin requested to merge work/mart/noassert into master

don't blindly access m_tileManagers as it can assert with out of bounds when output is not valid. This can happen from scripting side as this function is wrapped in the javascript api.

Merge request reports