~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to src/modules/Meteor.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-02-15 20:48:39 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100215204839-u3qgbv60rho997yk
Tags: 0.10.3-0ubuntu1
* New upstream release.
  - fixes intel rendering bug (LP: #480553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        bool update(double deltaTime);
50
50
        
51
51
        //! Draws the meteor.
52
 
        bool draw(const StelCore* core, const StelPainter& sPainter);
 
52
        void draw(const StelCore* core, StelPainter& sPainter);
53
53
        
54
54
        //! Determine if a meteor is alive or has burned out.
55
55
        //! @return true if alive, else false.