Comment out some debug; change FPS calc; misc changes

This commit is contained in:
2015-03-08 13:55:46 +01:00
parent bdc2ef58f4
commit 31e3a307b5
5 changed files with 47 additions and 46 deletions

View File

@@ -61,7 +61,7 @@ private:
class Texture2D {
public:
Texture2D(unsigned width, unsigned height);
Texture2D(unsigned width, unsigned height, bool alpha = false);
Texture2D(std::string const& file);
Texture2D(SDL_Surface *surface);