rasterizer comparison fix
This commit is contained in:
parent
6637a86518
commit
c2aedde7e3
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ class RasterizerFlash : public Rasterizer {
|
|||
}
|
||||
} 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