rendering improvements
This commit is contained in:
parent
789bb307d5
commit
7f46ac13fa
14 changed files with 296 additions and 179 deletions
|
|
@ -46,7 +46,6 @@ export namespace Crafter {
|
|||
Transform2D& operator=(Transform2D&) = delete;
|
||||
virtual ~Transform2D() = default;
|
||||
void ScaleElement(Transform2D& parent);
|
||||
virtual void UpdatePosition(RendertargetBase& window);
|
||||
virtual void UpdatePosition(RendertargetBase& window, Transform2D& parent);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue