Changeset 63


Ignore:
Timestamp:
Jun 9, 2010, 8:32:36 AM (14 years ago)
Author:
Torben Dannhauer
Message:

upgraded to silverlining 1.71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/sky_Silverlining/visual_skySilverLining.cpp

    r60 r63  
    435435                {
    436436                        // go through all wind volumes an check them for inside()
    437                         std::vector<SilverLining::WindVolume> windvolumes = atmosphere->GetConditions()->GetWindVolumes();
     437                        std::map<int, SilverLining::WindVolume> windvolumes = atmosphere->GetConditions()->GetWindVolumes();
    438438                        for(unsigned int i=0; i<windvolumes.size(); i++)
    439439                        {
Note: See TracChangeset for help on using the changeset viewer.