rasterizer comparison fix

This commit is contained in:
firefly2442 2015-10-18 20:28:51 -05:00
parent 6637a86518
commit c2aedde7e3

View file

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