aboutsummaryrefslogtreecommitdiffstats
path: root/src/Texture.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
commit3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e (patch)
tree694a42db4f771b65690315bae09ae4a1a9c170ce /src/Texture.cpp
parent99c8a41cde3e5ec74f35660c8701de4326ffcd21 (diff)
Made basic robin texture, pixelated mount washington for backdrop test
Diffstat (limited to 'src/Texture.cpp')
-rw-r--r--src/Texture.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Texture.cpp b/src/Texture.cpp
index 0d67701..99d6ae7 100644
--- a/src/Texture.cpp
+++ b/src/Texture.cpp
@@ -46,4 +46,8 @@ void Texturec::bindNext(){
void Texturec::bindPrev(){
bind(--texState);
+}
+
+void Texturec::walk(){
+
} \ No newline at end of file