Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8800 in orxonox.OLD


Ignore:
Timestamp:
Jun 26, 2006, 4:23:21 PM (18 years ago)
Author:
amaechler
Message:

branches/mountain_lake: ummmmm….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mountain_lake/src/world_entities/skydome.cc

    r8793 r8800  
    113113{
    114114  PRINTF(0)("Generating a sky plane");
    115  
     115
    116116  // Make sure our vertex array is clear
    117   if (planeVertices)
    118   {
    119     delete planeVertices;
    120     planeVertices = NULL;
    121   }
     117//   if (planeVertices)
     118//   {
     119//     delete planeVertices;
     120//     planeVertices = NULL;
     121//   }
    122122
    123123  // Make sure our index array is clear
    124   if (indices)
    125   {
    126     delete indices;
    127     indices = NULL;
    128   }
     124//   if (indices)
     125//   {
     126//     delete indices;
     127//     indices = NULL;
     128//   }
    129129
    130130  // Set the number of divisions into a valid range
Note: See TracChangeset for help on using the changeset viewer.