We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40f48e commit 347416cCopy full SHA for 347416c
1 file changed
src/simulation/elements/PAPR.cpp
@@ -213,5 +213,5 @@ static bool ctypeDraw(CTYPEDRAW_FUNC_ARGS)
213
sim->parts[i].life = 0;
214
sim->parts[i].dcolour = 0x00000000;
215
}
216
- return Element::basicCtypeDraw(CTYPEDRAW_FUNC_SUBCALL_ARGS);
+ return false;
217
0 commit comments