Enable drawing of backgroud tiles.

This commit is contained in:
2017-04-04 19:21:29 -05:00
parent 42d8a3f792
commit f6bf7ede6b
17 changed files with 280 additions and 26 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2016 gtalent2@gmail.com
* Copyright 2016-2017 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -12,7 +12,7 @@ namespace nostalgia {
namespace core {
ox::std::Error init() {
auto err = initGfx();
auto err = initGfx();
return err;
}