For consistency, push fp regs here too.
This commit is contained in:
parent
7f812071a7
commit
0597b92998
2 changed files with 5 additions and 3 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue