瀏覽代碼

Update GianaRect.c

Rudy Boudewijn van Etten 4 年之前
父節點
當前提交
7a3ac38a34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ProcGen/GianaRect.c

+ 1 - 1
ProcGen/GianaRect.c

@@ -72,7 +72,7 @@ void c64rectangle(int x, int y, int w, int h,int thick){
     DrawRectangle(x,y+h-thick,w,thick,col6);
     DrawRectangle(x+w-thick,y+thick,thick,h-thick,col6);
     // inside black 
-    Color col7 = (Color){58,58,258,255};
+    Color col7 = (Color){58,58,58,255};
     DrawRectangle(x+thick*2,y+thick*2,w-thick*4,thick,col6);
     DrawRectangle(x+thick*2,y+thick*2,thick,h-thick*4,col6);
     DrawRectangle(x+w-thick*2,y+thick*1,thick,thick,col7);