You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2020. It is now read-only.
The client needs to know what graphics to use when loading a block. The RegisteredBlock class inside Phoenix Core needs a variable that stores a graphics class the renderer can use to render the block. This should be a pointer to an object so we don't take up much memory as the server does not need to load it.
The client needs to know what graphics to use when loading a block. The RegisteredBlock class inside Phoenix Core needs a variable that stores a graphics class the renderer can use to render the block. This should be a pointer to an object so we don't take up much memory as the server does not need to load it.