]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texgen.cpp
Unbind things if they are deleted while current
[libs/gl.git] / source / texgen.cpp
index eb6179d08ef680e8732e544d7692533cec649a90..0114b2b73e2af6cbb177fc7aaeb5bb8613489f60 100644 (file)
@@ -12,6 +12,11 @@ TexGen::TexGen():
        mode(EYE_LINEAR)
 { }
 
+TexGen::~TexGen()
+{
+       // TODO unbind
+}
+
 void TexGen::set_mode(TexGenMode m)
 {
        mode = m;