Skip to content

Commit

Permalink
Update engine/src/main/java/org/terasology/engine/rendering/opengl/Op…
Browse files Browse the repository at this point in the history
…enGLTexture.java

Co-authored-by: jdrueckert <[email protected]>
  • Loading branch information
soloturn and jdrueckert committed May 13, 2024
1 parent e9fad3d commit cf50c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected void doReload(TextureData data) {
resources.graphicsManager.disposeTexture(newId);
} else {
resources.id = newId;
logger.atDebug().addArgument(() -> getUrn()).addArgument(resources.id).log("Bound texture '{}' - {}");
logger.debug("Bound texture '{}' - {}", getUrn(), resources.id); //NOPMD
}
}
});
Expand Down

0 comments on commit cf50c8e

Please sign in to comment.