Skip to content

Commit f7652b5

Browse files
committed
Fixed uninitialized mAudioSystem pointer in Game.cpp
1 parent 5a0513f commit f7652b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Chapter09/Game.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
Game::Game()
2424
:mRenderer(nullptr)
25+
,mAudioSystem(nullptr)
2526
,mIsRunning(true)
2627
,mUpdatingActors(false)
2728
{

0 commit comments

Comments
 (0)