~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/radiosity/intern/source/raddisplay.c

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    - drawing
37
37
    - color calculation for display during solving
38
38
 
39
 
    $Id: raddisplay.c,v 1.9 2006/11/07 11:24:11 jesterking Exp $
 
39
    $Id: raddisplay.c,v 1.10 2007/04/04 13:18:30 campbellbarton Exp $
40
40
 
41
41
 *************************************** */
42
42
 
317
317
 
318
318
void drawlimits()
319
319
{
320
 
        /* centre around cent */
 
320
        /* center around cent */
321
321
        short cox=0, coy=1;
322
322
        
323
323
        if((RG.flag & 3)==2) coy= 2;