소스 검색

Update spriteeditor.c

Rudy Boudewijn van Etten 5 년 전
부모
커밋
9faa8a6853
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SpriteEditor/spriteeditor.c

+ 1 - 1
SpriteEditor/spriteeditor.c

@@ -1784,7 +1784,7 @@ void spriteview(){
                             //tc.OutlineWidth = 0
                             //tc.DrawOval(bcselectionstartx,bcselectionstarty,w-1,h-1)
                             //tc.DrawOval(bcselectionstartx,bcselectionstarty,w-1,h-1)
-                            midptellipse((w/2)-1,(h/2)-1,bcselectionstartx+w/2,bcselectionstarty+h/2);
+                            midptellipse((w/2)-1,(h/2)-1,bcselectionstartx+w/2,bcselectionstarty+h/2);                            
                             //tc.Flush()
                             for(int y=0;y<spriteheight;y++){
                             for(int x=0;x<spritewidth;x++){