desktop: move popups to UPs and fix missing subsurface resource
fixes #9283
This commit is contained in:
parent
e380b6ed66
commit
64fefa3749
5 changed files with 16 additions and 13 deletions
|
|
@ -59,7 +59,7 @@ class CLayerSurface {
|
|||
CBox geometry = {0, 0, 0, 0};
|
||||
Vector2D position;
|
||||
std::string szNamespace = "";
|
||||
SP<CPopup> popupHead;
|
||||
UP<CPopup> popupHead;
|
||||
|
||||
void onDestroy();
|
||||
void onMap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue