Don't assert on null output
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.
(cherry picked from commit 9f7e3065)
3b11901e Don't assert on null output 40c0390f remove extra include
Co-authored-by: Marco Martin notmart@gmail.com