Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Oct 25, 2021
1 parent bcef74b commit d6f9667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/processcreatechar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ProcessCreateChar::ProcessCreateChar()
void ProcessCreateChar::update(double fUpdateTime)
{
m_aniTime += fUpdateTime;
m_notifyBoard.update(fUpdateTime);
}

void ProcessCreateChar::draw() const
Expand Down

0 comments on commit d6f9667

Please sign in to comment.