mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-05 22:41:31 +00:00
Remove a stray method declaration
This commit is contained in:
parent
79c44d0bfe
commit
a68fd791c8
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ namespace MWRender
|
||||||
bool isFirstPerson() const
|
bool isFirstPerson() const
|
||||||
{ return !(mVanity.enabled || mPreviewMode || !mFirstPersonView); }
|
{ return !(mVanity.enabled || mPreviewMode || !mFirstPersonView); }
|
||||||
|
|
||||||
void updateScale();
|
|
||||||
|
|
||||||
void processViewChange();
|
void processViewChange();
|
||||||
|
|
||||||
void update(float duration, bool paused=false);
|
void update(float duration, bool paused=false);
|
||||||
|
|
Loading…
Reference in a new issue