mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
render_base: Clarify/normalize getter functions
This commit is contained in:
parent
c9f47a9b3c
commit
b759bf3513
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ public:
|
||||||
// Getter/setter functions:
|
// Getter/setter functions:
|
||||||
// ------------------------
|
// ------------------------
|
||||||
|
|
||||||
f32 GetCurrentframe() const {
|
f32 GetCurrentFPS() const {
|
||||||
return m_current_fps;
|
return m_current_fps;
|
||||||
}
|
}
|
||||||
|
|
||||||
int current_frame() const {
|
int GetCurrentFrame() const {
|
||||||
return m_current_frame;
|
return m_current_frame;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue