subsurface: fix invalid parent typo

fixes #9224
This commit is contained in:
Vaxry
2025-01-29 23:16:25 +00:00
parent 09ec1cca51
commit d462cc7fa1

View File

@@ -143,7 +143,7 @@ void CSubsurface::onNewSubsurface(SP<CWLSubsurfaceResource> pSubsurface) {
ASSERT(PSUBSURFACE);
PSUBSURFACE->m_pParent = PSUBSURFACE;
PSUBSURFACE->m_pParent = m_pSelf;
}
void CSubsurface::onMap() {