From a24cc110acebb3fc1b40a38d08f737bf09b15e54 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 5 Oct 2010 07:00:49 +0200 Subject: Moved from TextureSTBI to Texture. --- engine/engine.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engine/engine.cpp') diff --git a/engine/engine.cpp b/engine/engine.cpp index 4290c82..4e4b7fd 100644 --- a/engine/engine.cpp +++ b/engine/engine.cpp @@ -2,8 +2,6 @@ #include "config.h" -#include - #include #include @@ -46,7 +44,7 @@ Engine::Engine() { font = new FTTextureFont("fonts/VeraMono.ttf"); font->FaceSize(20); - background = new TextureSTBI("textures/background.png"); + background = new Texture("textures/background.png"); paused = false; } -- cgit v1.2.3