rendering improvements
This commit is contained in:
parent
789bb307d5
commit
7f46ac13fa
14 changed files with 296 additions and 179 deletions
|
|
@ -57,11 +57,6 @@ void GridElement::UpdatePositionScaled(RendertargetBase& window) {
|
|||
}
|
||||
}
|
||||
|
||||
void GridElement::UpdatePosition(RendertargetBase& window) {
|
||||
ScaleElement(window.transform);
|
||||
UpdatePositionScaled(window);
|
||||
}
|
||||
|
||||
void GridElement::UpdatePosition(RendertargetBase& window, Transform2D& parent) {
|
||||
ScaleElement(parent);
|
||||
UpdatePositionScaled(window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue