One more small speedup. The coordinates were always printed twice in the menubar. Also added a missing refresh when using the pipette and the color replace tools. Now you get a preview of the color under the cursor in the menubar.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@381 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-15 15:17:47 +00:00
parent 6c8bbfbc56
commit 87d887e240
5 changed files with 7 additions and 12 deletions

View File

@@ -388,7 +388,6 @@ void Wait_VBL(void)
// (Remarque, Windows arrondit généralement aux 10ms supérieures)
while (SDL_GetTicks() / Delai <= debut / Delai)
{
puts("Waiting...");
SDL_Delay(1);
}
}