summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-27 13:44:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-27 13:44:56 (GMT)
commit5919cefa85db406f1777df2231f20d78fde73c44 (patch)
tree36ce7bf1fe1fe79acb0e902cea5f663eb30523f9 /src/interface.c
parenta6fe1a48323464f1cf1b24ef1008f556cb23a323 (diff)
downloadpowder-5919cefa85db406f1777df2231f20d78fde73c44.zip
powder-5919cefa85db406f1777df2231f20d78fde73c44.tar.gz
Decorations are per particle TODO: remove references to the decorations buffer
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 9d10207..b4c2d58 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -4326,7 +4326,7 @@ unsigned int decorations_ui(pixel *vid_buf,pixel *decorations,int *bsx,int *bsy,
my /= sdl_scale;
memcpy(vid_buf,old_buf,(XRES+BARSIZE)*(YRES+MENUSIZE)*PIXELSIZE);
- draw_decorations(vid_buf,decorations);
+ draw_parts(vid_buf);//draw_decorations(vid_buf,decorations);
//ui_edit_process(mx, my, b, &box_R);
//ui_edit_process(mx, my, b, &box_G);
//ui_edit_process(mx, my, b, &box_B);