summaryrefslogtreecommitdiff
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 30bccdf..a8cc661 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -8,7 +8,7 @@ const sf::Time App::TIME_PER_FRAME = sf::seconds(1.f/60.f);
App::App()
: textures_()
, window_(sf::VideoMode(640, 480), "Demo game" )
- , stateStack_( State::Context{&window_, &textures_} )
+ , stateStack_( State::Context{&window_, &textures_, &textureFonts_} )
//, player_()
{
window_.setFramerateLimit(60);