Merge pull request #2630 from firefly2442/rasterizer-comparison-fix

rasterizer comparison fix
This commit is contained in:
Juan Linietsky 2015-10-18 22:31:02 -03:00
commit 0a02c28b2b

View file

@ -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;
}
}
};