Fix rasterizer2d fillRectangleAlpha import/export

This commit is contained in:
Lucas
2019-06-12 23:33:50 +02:00
parent 85359f6280
commit 653780b8db
6 changed files with 9 additions and 9 deletions

View File

@@ -976,7 +976,7 @@ public interface RSClient extends RSGameShell, Client
@Import("drawGradient")
void rasterizerDrawGradient(int x, int y, int w, int h, int rgbTop, int rgbBottom);
@Import("Rasterizer2D_drawRectangleAlpha")
@Import("Rasterizer2D_fillRectangleAlpha")
void rasterizerFillRectangleAlpha(int x, int y, int w, int h, int rgb, int a);
@Import("Rasterizer2D_drawRectangle")