Fix for cursor not being displayed when asked to display (#1574)

This commit is contained in:
michabr
2021-06-24 22:19:52 -07:00
committed by GitHub
parent 8530e783ca
commit 03138f4936
5 changed files with 2 additions and 37 deletions
@@ -18,11 +18,6 @@ public:
// Public functions
//! Initialize the UI system. This should be called when all other systems that the UI
//! system depends upon are initialized. Once the engine is fully modularized this
//! function will be unnecessary.
virtual void InitializeSystem() {}
//! Register a component type with the UI system.
//! The order in which component types are registered is the order that they show up in
//! the add component and in the properties pane.