diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1590,7 +1590,7 @@ int main(int argc, char *argv[]) void *load_data=NULL; pixel *load_img=NULL;//, *fbi_img=NULL; int save_mode=0, save_x=0, save_y=0, save_w=0, save_h=0, copy_mode=0; - unsigned int hsvSave = PIXRGB(0,255,127);//this is hsv format + unsigned int rgbSave = PIXRGB(127,0,0); SDL_AudioSpec fmt; int username_flash = 0, username_flash_t = 1; #ifdef PTW32_STATIC_LIB @@ -2246,7 +2246,7 @@ int main(int argc, char *argv[]) } else { - hsvSave = decorations_ui(vid_buf,&bsx,&bsy,hsvSave);//decoration_mode = !decoration_mode; + rgbSave = decorations_ui(vid_buf,&bsx,&bsy,rgbSave);//decoration_mode = !decoration_mode; decorations_enable = 1; sys_pause=1; } |
