]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
ACTUALLY make drawpic_aspect_skin_expanding use the proper rendering for the aspect...
authorSamual <samual@xonotic.org>
Tue, 5 Apr 2011 11:24:00 +0000 (07:24 -0400)
committerSamual <samual@xonotic.org>
Tue, 5 Apr 2011 11:24:00 +0000 (07:24 -0400)
qcsrc/client/miscfunctions.qc

index d38b7c9ba0d4837de902f2b86a4d5bb6e2111d92..41ecb91efa915673aff7313c425b5c02af0c5b55 100644 (file)
@@ -501,7 +501,7 @@ void drawpic_aspect_skin_expanding(vector position, string pic, vector scale, ve
        float sz;
        sz = expandingbox_sizefactor_from_fadelerp(fadelerp);
 
-       drawpic_skin(position + expandingbox_resize_centered_box_offset(sz, scale, 1), pic, scale * sz, rgb, alpha * (1 - fadelerp), flag);
+       drawpic_aspect_skin(position + expandingbox_resize_centered_box_offset(sz, scale, 1), pic, scale * sz, rgb, alpha * (1 - fadelerp), flag);
 }
 
 void drawpic_aspect_skin_expanding_two(vector position, string pic, vector scale, vector rgb, float alpha, float flag, float fadelerp)