Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 29, 2008, 5:15:44 PM (17 years ago)
Author:
bknecht
Message:

CameraHandler and Camera work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/camera/src/core/Script.h

    r1102 r1201  
    5757    public:
    5858      inline static Script* getInstance() { if (!Script::singletonRef) Script::singletonRef = new Script(); return Script::singletonRef; } // tolua_export
    59       inline ~Script() { Script::singletonRef = NULL; };
     59      inline ~Script() { Script::singletonRef = NULL; }
    6060
    6161    void loadFile(std::string filename, bool luaTags);
Note: See TracChangeset for help on using the changeset viewer.