Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
increment version counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Oct 16, 2016
1 parent 3e7cd03 commit 4cf8a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/AnnEngine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//Keep track of engine version here
#define ANN_MAJOR 0
#define ANN_MINOR 2
#define ANN_PATCH 4
#define ANN_PATCH 5
#define ANN_EXPERIMENTAL true

#include "systemMacro.h"
Expand Down
2 changes: 1 addition & 1 deletion src/AnnEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ bool AnnEngine::refresh()
if (!SubSystem->needUpdate()) continue; //If doesn't need update, switch to the next
else SubSystem->update(); //The "else" keyword is used to not put curly braces, by laziness and by code style.

//Update camera from player
//Update camera from player
syncPov();

//Update VR form real world
Expand Down

0 comments on commit 4cf8a01

Please sign in to comment.