You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix broken layout of asset library page
(cherry picked from commit c5cab60b90)
This commit is contained in:
committed by
Rémi Verschelde
parent
3e968fd8ae
commit
3f4734c249
@@ -63,6 +63,7 @@ class EditorAssetLibraryItem : public PanelContainer {
|
||||
TextureRect *stars[5];
|
||||
Label *price = nullptr;
|
||||
|
||||
String title_text;
|
||||
int asset_id = 0;
|
||||
int category_id = 0;
|
||||
int author_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user