mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
transform.h rework
This commit is contained in:
parent
25ab02e6ed
commit
23a9315faa
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#include "etc-internal.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <SDL3/SDL_stdinc.h>
|
||||
|
||||
class Transform{
|
||||
public:
|
||||
|
|
@ -59,7 +59,7 @@ public:
|
|||
rotation(0),
|
||||
dirty(true)
|
||||
{
|
||||
memset(matrix, 0, sizeof(matrix));
|
||||
SDL_memset(matrix, 0, sizeof(matrix));
|
||||
|
||||
matrix[10] = 1;
|
||||
matrix[15] = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue