Conveted GeoSet to use the new state::set*Pointer/disable*Pointer methods
to keep the current state valid.
This commit is contained in:
@@ -394,8 +394,8 @@ class SG_EXPORT GeoSet : public Drawable
|
||||
int _fast_path;
|
||||
|
||||
void set_fast_path( void );
|
||||
void draw_fast_path( void );
|
||||
void draw_alternate_path( void );
|
||||
void draw_fast_path( State& state );
|
||||
void draw_alternate_path( State& state );
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user