Removes crazy old bug that never presented itself before
This isn't an issue with the current release because destruction of objects and artifact objects is identical. Only became an issue now that the artifact struct and destruction is chaning.
This commit is contained in:
parent
ca41520c06
commit
9b4a7b6cfc
|
@ -197,7 +197,7 @@ artifact_render(Artifact *a, Camera *cam)
|
|||
Position pos = a->sprite->pos;
|
||||
pos.x += 4;
|
||||
pos.y += 4;
|
||||
particle_engine_sparkle(pos, (Dimension) { 24, 24 }, C_PURPLE, false);
|
||||
particle_engine_sparkle(pos, DIM(24, 24), C_PURPLE, false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue