Skip to content

Commit a6e3440

Browse files
committed
Fix snippet
1 parent 8d8224e commit a6e3440

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/07_working_with_textures/snippets

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/07_working_with_textures/snippets/scale_vector2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protected override void Draw(GameTime gameTime)
1111
_logo, // texture
1212
new Vector2( // position
1313
Window.ClientBounds.Width,
14-
indow.ClientBounds.Height) * 0.5f,
14+
Window.ClientBounds.Height) * 0.5f,
1515
null, // sourceRectangle
1616
Color.White, // color
1717
0.0f, // rotation

0 commit comments

Comments
 (0)