mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
committed by
GitHub
parent
080f5e1f23
commit
e3406ab6e6
@@ -145,7 +145,7 @@ public class Sprite : IColorable
|
||||
Color = Color.White;
|
||||
IsVisible = true;
|
||||
Effect = SpriteEffects.None;
|
||||
OriginNormalized = new Vector2(0.5f, 0.5f);
|
||||
OriginNormalized = Vector2.Zero;
|
||||
Depth = 0.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user