Changeset 42

Show
Ignore:
Timestamp:
07/10/07 20:51:22 (1 year ago)
Author:
Deformative
Message:

Oops...

Files:

Legend:

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

    r41 r42  
    8383    void onResize(Surface self, Vec2i difference){ 
    8484        camera.setResolution(self.size.x, self.size.y); 
    85         writefln("Resolution changed to ", self.size.x, " x " self.size.y); 
     85        writefln("Resolution changed to ", self.size.x, " x ", self.size.y); 
    8686    } 
    8787