diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-04 09:24:25 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-04 09:24:25 -0500 |
commit | 814dab606cfeeabd4aeecba852507c3c3f1a005f (patch) | |
tree | e2d2f0bffb0bfcf08c69dbc770a1474b8265528a /src/entities.cpp | |
parent | 5f18e763031091a34dc7e279424c2359f63e3d9c (diff) |
Volume Mixer
Diffstat (limited to 'src/entities.cpp')
-rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index b36ea3d..5a9c42a 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -19,7 +19,7 @@ std::string sTexLoc[] = { "assets/townhall.png", "assets/house1.png", "assets/fountain1.png", "assets/lampPost1.png", - "assets/brazier.png"}; + "assets/brazzier.png"}; GLuint waterTex; |