3DS: Fix debug build

This commit is contained in:
Jeffrey Pfau 2015-12-29 07:25:01 -05:00
parent 3b91d7aab1
commit 04d542e241
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ struct ctrTexture {
u16 height;
};
inline void ctrTexture_Init(struct ctrTexture* tex) {
static inline void ctrTexture_Init(struct ctrTexture* tex) {
tex->data = NULL;
tex->format = GPU_RGB565;
tex->filter = GPU_NEAREST;