Character is rendering in-game
This commit is contained in:
@ -34,7 +34,7 @@ void frameSetInnerSize(frame_t *frame, float width, float height) {
|
||||
float bottomStart = FRAME_BORDER_SIZE + height;
|
||||
float bottomEnd = bottomStart + FRAME_BORDER_SIZE;
|
||||
|
||||
float tw = 0.33333;
|
||||
float tw = 1.0f / 3.0f;
|
||||
float th = tw;
|
||||
|
||||
// Buffer the top left edge
|
||||
|
Reference in New Issue
Block a user