Browse Source

Update spriteeditor.c

Rudy Boudewijn van Etten 5 years ago
parent
commit
9faa8a6853
1 changed files with 1 additions and 1 deletions
  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++){