render_base: Clarify/normalize getter functions

master
Lioncash 2016-03-08 21:39:44 +07:00
parent bf76afc68d
commit be913040a8
1 changed files with 2 additions and 2 deletions

@ -46,11 +46,11 @@ public:
// Getter/setter functions:
// ------------------------
f32 GetCurrentframe() const {
f32 GetCurrentFPS() const {
return m_current_fps;
}
int current_frame() const {
int GetCurrentFrame() const {
return m_current_frame;
}