Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Retera/ReterasModelStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
Retera committed Oct 11, 2022
2 parents 71482b1 + 76fdc41 commit 0cfbf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft3data/src/com/hiveworkshop/wc3/mdx/LayerChunk.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void load(final BlizzardDataInputStream in, final int version) throws IOE
if (ModelUtils.isCombinedHDLayerSupported(version)) {
shaderTypeId = in.readInt();
if (shaderTypeId != 0 && shaderTypeId != 1) {
System.err.println("Whoa!" + shaderTypeId);
System.err.println("MDX1100 parser reached unexpected shader type ID: " + shaderTypeId);
}
final int textureIdCount = in.readInt();
textureIdsMDLX1100 = new int[TEXTURE_TYPE_INDICES];
Expand Down

0 comments on commit 0cfbf3c

Please sign in to comment.