Merged SM2D.DrawColor/DrawComplex/DrawPolygon/DrawShader/DrawTexture into DrawObject2D
This commit is contained in:
parent
beb9c19081
commit
0895c600cf
14 changed files with 320 additions and 256 deletions
|
|
@ -76,7 +76,7 @@ namespace SM.Base.Drawing
|
|||
/// <inheritdoc />
|
||||
protected override void DrawContext(ref DrawContext context)
|
||||
{
|
||||
context.ModelMaster = Transform.GetMatrix();
|
||||
context.ModelMaster *= Transform.GetMatrix();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue