Skip to content

Commit 347416c

Browse files
committed
PAPR no longer assumes ctype of elements drawn on it
1 parent f40f48e commit 347416c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/elements/PAPR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,5 @@ static bool ctypeDraw(CTYPEDRAW_FUNC_ARGS)
213213
sim->parts[i].life = 0;
214214
sim->parts[i].dcolour = 0x00000000;
215215
}
216-
return Element::basicCtypeDraw(CTYPEDRAW_FUNC_SUBCALL_ARGS);
216+
return false;
217217
}

0 commit comments

Comments
 (0)