]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/object.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / object.h
index 7d9f1619d58e5846759a68cc753f9951ad3808b6..dc92326730c4f25a8abf8ec7d479a0d7966ca7f4 100644 (file)
@@ -77,10 +77,13 @@ private:
 public:
        Object();
        Object(const Mesh *, const Technique *);
+       Object(const Object &);
+       Object(Object &&);
        ~Object();
 
 private:
        LevelOfDetail &get_lod(unsigned, const char *);
+       void watch_lod0();
 
 public:
        /** Sets the mesh for the highest level of detail (index 0). */