]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/scene.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / scene.h
index 6f4f48d675e6bce3db2850ca24eb78466157769e..e6115ae56541d9e9907818da03c780f45f80660d 100644 (file)
@@ -40,6 +40,7 @@ protected:
        private:
                Loader(Scene &, Collection &, ContentMap *);
 
+               void array(const std::string &);
                void object(const std::string &);
                void object_tagged(const std::string &, const std::string &);
                void scene(const std::string &);
@@ -59,8 +60,6 @@ public:
        };
 
 protected:
-       mutable Matrix culling_matrix;
-
        Scene() = default;
 public:
        virtual ~Scene() = default;