~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/mobileopenglgraphics.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
 
529
529
        for (iv = shortVertPool.begin(), ft = floatTexPool.begin(),
530
530
             ivp = vp.begin();
531
 
             iv != iv_end, ft != ft_end,
532
 
             ivp != ivp_end;
 
531
             iv != iv_end && ft != ft_end && ivp != ivp_end;
533
532
             ++ iv, ++ ft, ++ ivp)
534
533
        {
535
534
            drawTriangleArrayfs(*iv, *ft, *ivp);