Merge pull request #2630 from firefly2442/rasterizer-comparison-fix
rasterizer comparison fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user