Skip to content

Commit

Permalink
Fix reference to renamed constant in JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Aug 26, 2024
1 parent 14dca5f commit c35040d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public int getCompressionLevel() {
* <br>
* The range is [0,5]. Higher values are slower, but give higher quality.
* There is no default. Callers must explicitly set this value. Callers
* can use {@link #KTX_ETC1S_DEFAULT_COMPRESSION_LEVEL} as a default value.
* can use {@link #ETC1S_DEFAULT_COMPRESSION_LEVEL} as a default value.
* Currently this is 2.
*
* @param compressionLevel The compression level
Expand Down

0 comments on commit c35040d

Please sign in to comment.