~ubuntu-branches/ubuntu/natty/xscreensaver/natty

« back to all changes in this revision

Viewing changes to hacks/glx/buildlwo.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-17 15:40:52 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117154052-w4ou7vty38gpp1r3
Tags: 5.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                                grab = pnts + ((int) (*pols) * 3);
80
80
                                three[0] = *(grab++);
81
81
                                three[1] = *(grab++);
82
 
                                three[2] = *(grab++);
 
82
                                three[2] = *(grab);
83
83
                                glVertex3fv(three);
84
84
                        }
85
85
                        --num_pnts;