mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibCards+Games: Rename "draw" methods to "paint" for clarity
"Draw" is already a card-game term so using it for graphics was confusing me a lot!
This commit is contained in:
parent
6ef0504a42
commit
bfa9ae809f
8 changed files with 17 additions and 17 deletions
|
@ -70,7 +70,7 @@ private:
|
|||
void draw(GUI::Painter& painter)
|
||||
{
|
||||
VERIFY(!m_animation_card.is_null());
|
||||
m_animation_card->draw(painter);
|
||||
m_animation_card->paint(painter);
|
||||
m_dirty = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue