Skip to content

Commit

Permalink
Fix not drawing attachable widgets for creatures (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
conde2 authored Dec 8, 2023
1 parent c8ae6c1 commit bc077c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ void Creature::internalDraw(Point dest, LightView* lightView, const Color& color
if (replaceColorShader)
g_drawPool.resetShaderProgram();
else {
m_lastDrawDest = dest;
drawAttachedEffect(dest, lightView, true); // On Top
drawAttachedParticlesEffect(dest);
}
Expand Down

0 comments on commit bc077c9

Please sign in to comment.