Prechádzať zdrojové kódy

rasterizer comparison fix

firefly2442 10 rokov pred
rodič
commit
c2aedde7e3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
 				}
 			}
 		};