mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Remove Irrlicht GUI gradients (#16015)
Co-authored-by: rollerozxa <rollerozxa@voxelmanip.se> Co-authored-by: grorp <grorp@posteo.de>
This commit is contained in:
@@ -56,11 +56,11 @@ public:
|
||||
//! Sets a new GUI Skin
|
||||
void setSkin(IGUISkin *skin) override;
|
||||
|
||||
//! Creates a new GUI Skin based on a template.
|
||||
//! Creates a new GUI Skin.
|
||||
/** \return Returns a pointer to the created skin.
|
||||
If you no longer need the skin, you should call IGUISkin::drop().
|
||||
See IReferenceCounted::drop() for more information. */
|
||||
IGUISkin *createSkin(EGUI_SKIN_TYPE type) override;
|
||||
IGUISkin *createSkin() override;
|
||||
|
||||
//! Creates the image list from the given texture.
|
||||
virtual IGUIImageList *createImageList(video::ITexture *texture,
|
||||
|
Reference in New Issue
Block a user