From 3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 26 Oct 2015 08:47:42 -0400 Subject: Made basic robin texture, pixelated mount washington for backdrop test --- src/Texture.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Texture.cpp') 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 -- cgit v1.2.3