1
0
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:
Eugene Yang
2024-02-24 19:19:15 +08:00
committed by Rémi Verschelde
parent 3e968fd8ae
commit 3f4734c249
2 changed files with 18 additions and 8 deletions

View File

@@ -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;