mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-08 15:13:46 +00:00
54542ef3ec
* 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.