Merge pull request #2630 from firefly2442/rasterizer-comparison-fix
rasterizer comparison fix
This commit is contained in:
commit
0a02c28b2b
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class RasterizerFlash : public Rasterizer {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
return B->material->shader_cache < B->material->shader_cache;
|
return A->material->shader_cache < B->material->shader_cache;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue