Skip to content

Fix warnings about overriding deprecated methods

The VS compiler gives a warning when you override a deprecated method. Changed the StartScene and EndScene methods in Mapper to be non-virtual with empty implementations. Deleted the corresponding methods from all subclasses.

Merge request reports