]> git.mxchange.org Git - flightgear.git/commit
Fixed a problem with texture loading and mipmap building where the lower
authorcurt <curt>
Thu, 13 May 1999 19:01:29 +0000 (19:01 +0000)
committercurt <curt>
Thu, 13 May 1999 19:01:29 +0000 (19:01 +0000)
commit91c20a18fc83950373d7afe5e298125faf2b354d
tree3fbf145abf0d886f185b9dbb47e4e617b157203d
parent8407c3f47b80ebdd57459e34a7bb86cd49d3e43e
Fixed a problem with texture loading and mipmap building where the lower
  mipmap levels were coming out hosed.
Adding a call to xglPixelStorei(GL_UNPACK_ALIGNMENT, 4); restores it to the
  default setting which was getting set to something else in other parts of
  the code.
Simulator/Objects/material.cxx
Simulator/Objects/obj.cxx