Skip to content

Commit 3742258

Browse files
neph1Copilot
andauthored
Update jme3-materialeditor/src/com/jme3/gde/materials/multiview/widgets/TexturePanel.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7ef9a1d commit 3742258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-materialeditor/src/com/jme3/gde/materials/multiview/widgets/TexturePanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private void texturePreviewMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FI
289289
updateFlipRepeat();
290290
fireChanged();
291291
} else if (newAssetKey == null) {
292-
// "No Texture" was selected when no texture was already set
292+
// "No Texture" was selected, regardless of whether a texture was previously set
293293
property.setValue(EMPTY);
294294
textureName = "\"\"";
295295
texturePreview.setIcon(null);

0 commit comments

Comments
 (0)