forked from cgvr/DeltaVR
professor walks away after having been saved
This commit is contained in:
@@ -40,7 +40,6 @@ public class Printer3DInputHole : MonoBehaviour
|
||||
{
|
||||
ReleaseFromPlayer(printable);
|
||||
InsertPrintable(printable);
|
||||
OnPlayerInsertedPrintable?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -82,6 +81,7 @@ public class Printer3DInputHole : MonoBehaviour
|
||||
{
|
||||
printer.PrintObject(printable.GetTexture());
|
||||
Destroy(printable.gameObject);
|
||||
OnPlayerInsertedPrintable?.Invoke();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user