added smlauncher

This commit is contained in:
Chris Danford
2002-01-30 05:26:05 +00:00
parent a4dd481fc6
commit b8e1ee1b22
4 changed files with 39 additions and 49 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void Actor::Draw() // set the world matrix and calculate actor properties, the
}
SCREEN->Translate( pos.x+0.5f, pos.y-0.5f, pos.z ); // offset so that pixels are aligned to texels
SCREEN->Translate( pos.x-0.5f, pos.y-0.5f, pos.z ); // offset so that pixels are aligned to texels
SCREEN->Scale( scale.x, scale.y, 1 );
// super slow!