Changeset 47

Show
Ignore:
Timestamp:
07/13/07 02:03:09 (1 year ago)
Author:
Deformative
Message:

Oops on demo1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/demo1/main.d

    r46 r47  
    7070    } 
    7171     
    72     void onResize(Surface self, Vec2i difference){ 
     72    void onResize(Surface self){ 
    7373        camera.setResolution(self.size.x, self.size.y); 
    7474        writefln("Resolution changed to ", self.size.x, " x ", self.size.y);