1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

Remove a stray method declaration

This commit is contained in:
scrawl 2015-11-11 17:24:27 +01:00
parent 79c44d0bfe
commit a68fd791c8

View file

@ -98,8 +98,6 @@ namespace MWRender
bool isFirstPerson() const
{ return !(mVanity.enabled || mPreviewMode || !mFirstPersonView); }
void updateScale();
void processViewChange();
void update(float duration, bool paused=false);