We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8224e commit a6e3440Copy full SHA for a6e3440
articles/tutorials/building_2d_games/07_working_with_textures/snippets/scale_vector2.cs
@@ -11,7 +11,7 @@ protected override void Draw(GameTime gameTime)
11
_logo, // texture
12
new Vector2( // position
13
Window.ClientBounds.Width,
14
- indow.ClientBounds.Height) * 0.5f,
+ Window.ClientBounds.Height) * 0.5f,
15
null, // sourceRectangle
16
Color.White, // color
17
0.0f, // rotation
0 commit comments