Subversion Repositories DIN Is Noise

Rev

Rev 2059 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2059 Rev 2061
Line 249... Line 249...
249
      if (di.launcher) { // mark x on launcher
249
      if (di.launcher) { // mark x on launcher
250
        dhp[0]=di.handle.left; dhp[1] = di.y; dhp[2]=di.handle.right; dhp[3]=di.y;
250
        dhp[0]=di.handle.left; dhp[1] = di.y; dhp[2]=di.handle.right; dhp[3]=di.y;
251
        dhp[4]=di.sx; dhp[5]=di.handle.bottom; dhp[6]=di.sx; dhp[7]=di.handle.top;
251
        dhp[4]=di.sx; dhp[5]=di.handle.bottom; dhp[6]=di.sx; dhp[7]=di.handle.top;
252
        glDrawArrays (GL_LINES, 0, 4); 
252
        glDrawArrays (GL_LINES, 0, 4); 
253
      }*/
253
      }*/
-
 
254
-
 
255