You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Fix assetlib crash
This commit is contained in:
@@ -126,9 +126,10 @@ public:
|
||||
EditorAssetLibraryItemDescription();
|
||||
};
|
||||
|
||||
class EditorAssetLibraryItemDownload : public PanelContainer {
|
||||
GDCLASS(EditorAssetLibraryItemDownload, PanelContainer);
|
||||
class EditorAssetLibraryItemDownload : public Control {
|
||||
GDCLASS(EditorAssetLibraryItemDownload, Control);
|
||||
|
||||
PanelContainer *panel;
|
||||
TextureRect *icon;
|
||||
Label *title;
|
||||
ProgressBar *progress;
|
||||
|
||||
Reference in New Issue
Block a user