OS X now doesn't crash for volumes

- Fixed a few warnings
This commit is contained in:
Jonas Strandstedt
2014-11-05 17:11:27 +01:00
parent 673e0014be
commit f85e18dc18
24 changed files with 212 additions and 93 deletions
@@ -87,7 +87,7 @@ public:
std::vector<float> _varray;
int* _iarray;
bool _once = false;
//bool _once = false;
double lightTime;
//used for update of trail
psc _pscpos, _pscvel;
@@ -97,7 +97,7 @@ public:
float _dtEt;
int _delta = 0;
int _dtprogress = 0;
//int _dtprogress = 0;
};
}
#endif