Update pakrd_test
This commit is contained in:
parent
ce5b943416
commit
9fa96f9712
@ -5,6 +5,8 @@
|
|||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
pak_read_t *pack = load_asset_pack("assets.pak");
|
pak_read_t *pack = load_asset_pack("assets.pak");
|
||||||
if (!pack) {
|
if (!pack) {
|
||||||
|
printf("Failed to load asset pack");
|
||||||
|
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user