Browse Source

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

rasterizer comparison fix
Juan Linietsky 10 years ago
parent
commit
0a02c28b2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/flash/rasterizer_flash.h

+ 1 - 1
platform/flash/rasterizer_flash.h

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