diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ae3ebf..01aa56c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(ASSETS_fx set(ASSETS_cg assets/input-modes-cg.png ) -fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg}) +fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA) set(NAME "justui-${FXSDK_PLATFORM}") add_library(${NAME} STATIC diff --git a/src/jpainted.c b/src/jpainted.c index 7859e3a..88f4665 100644 --- a/src/jpainted.c +++ b/src/jpainted.c @@ -1,7 +1,7 @@ #include #include -/* Type identified for jpainted */ +/* Type identifier for jpainted */ static int jpainted_type_id = -1; jpainted *jpainted_create(void *function, j_arg_t arg, int natural_w,