mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +00:00
Fix newly introduced crash, wtf how why
This commit is contained in:
parent
da23098692
commit
70562f103d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ SteamRender::SteamRender() : RenderObject()
|
|||
|
||||
void SteamRender::onRender(const RenderState& rs) const
|
||||
{
|
||||
|
||||
if(!dsq->game) return;
|
||||
|
||||
|
||||
for (Path *p = dsq->game->getFirstPathOfType(PATH_STEAM); p; p = p->nextOfType)
|
||||
|
|
Loading…
Reference in a new issue