MCPcopy Create free account
hub / github.com/EasyRPG/Player / Draw

Method Draw

src/player.cpp:392–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void Player::Draw() {
393 Graphics::Update();
394 Graphics::Draw(*DisplayUi->GetDisplaySurface());
395 DisplayUi->UpdateDisplay();
396}
397
398void Player::IncFrame() {
399 ++frames;

Callers

nothing calls this directly

Calls 2

UpdateFunction · 0.70
UpdateDisplayMethod · 0.45

Tested by

no test coverage detected