twn_rendering: m_sprite texture_origin changed for texture_region, stretched subregion work now

This commit is contained in:
2024-09-21 20:07:05 +03:00
parent ddf0ef6a0c
commit 5caf736370
4 changed files with 24 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ struct sprite_primitive {
bool repeat;
m_option_list(
t_fvec2, texture_origin )
t_frect, texture_region )
};
struct rect_primitive {