Norman Vine wrote:
>
> Hmm.... does this help ?
Ooops I forgot to free the mem
>
>
> SkyCloud::Load(const SkyArchive &archive,
> float rScale, /* = 1.0f */
> double latitude, double longitude )
> {
.......
> if ( ulIsBigEndian )
> {
> char *tmp = new char[iNumParticles*sizeof(Vec4f];
.......
delete [] tmp;
> }
> else
> {
Norman
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
