diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-08 18:38:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-08 18:38:07 +0300 |
commit | 7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976 (patch) | |
tree | 04528345be1561b7970b4c1f1c6e1693e5e2f84e /src/client.cpp | |
parent | e7f05704102d204ce73f97bca5f62312adcd1c2b (diff) | |
download | plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.gz plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.bz2 plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.xz plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.zip |
Add simple shader creation.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 8ddb5dcdd..f202f1982 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -364,6 +364,8 @@ void Client::gameInit() WindowManager::initTitle(); + mainGraphics->postInit(); + theme = new Theme; Theme::selectSkin(); touchManager.init(); |