浏览代码

Update spriteeditor.c

Rudy Boudewijn van Etten 5 年之前
父节点
当前提交
8935145cb7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SpriteEditor/spriteeditor.c

+ 1 - 1
SpriteEditor/spriteeditor.c

@@ -1065,7 +1065,7 @@ void setuptoolview(){
     for(int x=0;x<8;x++){
         //toolcan[toolcopyid].Color = c64color[copy[y][x]]
         BeginTextureMode(toolim[toolcopyid]);
-        //toolcan[toolcopyid].DrawRect(x*4,y*4,4,4)
+        DrawRectangle(x*4,y*4,4,4,c64color[copy[7-y][x]]);
         EndTextureMode();
     }
     }