Explorar o código

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

rasterizer comparison fix
Juan Linietsky %!s(int64=10) %!d(string=hai) anos
pai
achega
0a02c28b2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 				}
 			}
 		};