Skip to content

Commit

Permalink
Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusRPaulsen committed Sep 23, 2017
1 parent a8036b5 commit b98580c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ It is thus probably less acurate than SARndbox.
Magic Sand does not provide dynamic rain features (typically require a stronger GPU than the graphic card provided on a laptop).

# Changelog
## [unreleased]
## [1.5.4 - 23-09-2017]

Minor release of Magic-Sand-with-Games

### Added
- Kinect FPS counter for received frames
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "ofMain.h"
#include "ofApp.h"

const std::string MagicSandVersion = "1.5.3.1";
const std::string MagicSandVersion = "1.5.4.0";

bool setWindowDimensions(ofGLFWWindowSettings& settings, int windowsNum) {
int count;
Expand Down

0 comments on commit b98580c

Please sign in to comment.