Skip to content

Commit

Permalink
[Kinc-hxcpp] Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 30, 2022
1 parent b35d32b commit 0e8822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Kinc-hxcpp/kha/Image.hx
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class Image implements Canvas implements Resource {

public static var nonPow2Supported(get, never): Bool;

@:functionCode("return kinc_g4_non_pow2_textures_supported();")
@:functionCode("return kinc_g4_supports_non_pow2_textures();")
static function get_nonPow2Supported(): Bool {
return false;
}
Expand Down

0 comments on commit 0e8822f

Please sign in to comment.