Skip to content

Commit

Permalink
[Kinc-HL] Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 30, 2022
1 parent 0e8822f commit ac2199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Kinc-HL/kinc-bridge/texture.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ vbyte *hl_kinc_texture_from_encoded_bytes(vbyte *bytes, int length, vbyte *forma
}

bool hl_kinc_non_pow2_textures_supported(void) {
return kinc_g4_non_pow2_textures_supported();
return kinc_g4_supports_non_pow2_textures();
}

int hl_kinc_texture_get_width(vbyte *texture) {
Expand Down

0 comments on commit ac2199c

Please sign in to comment.