For consistency, push fp regs here too.

This commit is contained in:
Unknown W. Brackets 2015-06-14 09:24:56 -07:00
parent 7f812071a7
commit 0597b92998
2 changed files with 5 additions and 3 deletions

View file

@ -141,7 +141,7 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) {
bool prescaleStep = false;
bool skinning = false;
bool log = true;
bool log = false;
// Look for prescaled texcoord steps
for (int i = 0; i < dec.numSteps_; i++) {