mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-12 20:18:00 +01:00
character: fix unset scale when using RegisterSpritesheetFromBitmap
This commit is contained in:
parent
cddb35dd95
commit
11c49a786d
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ SYMBOL_EXPORT void RegisterSpritesheetFromBitmap(struct Game* game, struct Chara
|
|||
s->offsetX = 0;
|
||||
s->offsetY = 0;
|
||||
s->shared = true;
|
||||
s->scale = LIBSUPERDERPY_IMAGE_SCALE;
|
||||
s->stream = NULL;
|
||||
s->stream_data = NULL;
|
||||
s->stream_destructor = NULL;
|
||||
|
|
Loading…
Reference in a new issue