mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
* Registration of server classes happened after Display initialization. * This made no sense in practice and avoided the registration of custom server drivers (like custom XR server, custom Rendering server, custom XR server). * Initialization moved to _before_ Display.