X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobject.h;h=3d0415c66daa64b3c8ebb3436b0da037897912e9;hp=a11bfd9b654d0ffa98887fefcb2c886a360e1d98;hb=7da609f539040d11cccc61b838f4b74e06135552;hpb=94b4a4933e2fcb178ab580009b47db76abd53e0a diff --git a/source/object.h b/source/object.h index a11bfd9b..3d0415c6 100644 --- a/source/object.h +++ b/source/object.h @@ -72,6 +72,7 @@ private: std::vector lods; Geometry::BoundingSphere bounding_sphere; + bool lod0_watched; public: Object(); @@ -122,6 +123,7 @@ private: const RenderPass *get_pass(const Tag &, unsigned) const; virtual void resource_loaded(Resource &); + virtual void resource_removed(Resource &); }; } // namespace GL