Show
Ignore:
Timestamp:
09/14/03 14:59:32 (5 years ago)
Author:
sholloway
Message:

Added GL prefix to Execute/Select/Deselect

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBRapier/RBRapier/Renderer/DisplayList.py

    r432 r702  
    4444    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4545 
    46     def Execute(self, context): 
     46    def GLExecute(self, context): 
    4747        if self.__RecreateCache: 
    4848            if __debug__: 
     
    5252                self.__ListId = GL.glGenLists(1) 
    5353            GL.glNewList(self.__ListId, GL.GL_COMPILE) 
    54             super(DisplayList, self).Execute(context) 
     54            super(DisplayList, self).GLExecute(context) 
    5555            GL.glEndList() 
    5656            if __debug__: