commit | 3e940f485576cc3c45cc1680af249e807f72cbc7 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Oct 05 18:14:02 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Thu Oct 08 14:55:31 2009 -0700 |
tree | a8f878f0668abb888ace29f52deb6083abbce7c9 | |
parent | 7fab267913a64aad55cedfcf1fca21cc09516a43 [diff] |
Fix bad textures after screen off / screen on on some devices The problem was that texture ids are actually unsigned integers, but we were treating them as signed integers.