Fixed issue 122: Qshade only working in one direction with some tools.
Re-computed the dependencies, graph.o was missing, which could cause lots of problem if you don't 'make clean' when upgrading. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@640 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
graph.c
2
graph.c
@@ -2396,7 +2396,7 @@ byte Effet_Quick_shade(word X,word Y,byte Couleur)
|
||||
{
|
||||
Largeur=1+Fin-Debut;
|
||||
|
||||
if ( ((Mouse_K==A_GAUCHE) && Sens) || ((Mouse_K==A_DROITE) && (!Sens)) )
|
||||
if ( ((Shade_Table==Shade_Table_gauche) && Sens) || ((Shade_Table==Shade_Table_droite) && (!Sens)) )
|
||||
C-=Quick_shade_Step%Largeur;
|
||||
else
|
||||
C+=Quick_shade_Step%Largeur;
|
||||
|
||||
Reference in New Issue
Block a user