This commit is contained in:
floralrainfall 2023-07-22 04:40:06 -04:00
parent 386ef44a84
commit 9948586dc8
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace RNR
{
m_refs.clear();
Instance* baseplate = findFirstChild("Baseplate");
Instance* baseplate = m_workspace->findFirstChild("Baseplate");
if(baseplate)
{
baseplate->setParent(NULL);