Skip to content

Commit 14fbda6

Browse files
committed
Forgot to make_shared
1 parent 6ae1612 commit 14fbda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Entities/ThrownDevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace RTE {
1111
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1212

1313
void ThrownDevice::Clear() {
14+
m_ActivationSound = std::make_shared<SoundContainer>();
1415
m_ActivationSound->Reset();
1516
m_StartThrowOffset.Reset();
1617
m_EndThrowOffset.Reset();

0 commit comments

Comments
 (0)