From bfb93e67b7a396e9e4ac554d66c7025ed0be6c51 Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Mon, 28 Jan 2019 16:46:35 +0100 Subject: [PATCH] materialRepeat will clamp when disabled. --- scripts/system/assets/data/createAppTooltips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/assets/data/createAppTooltips.json b/scripts/system/assets/data/createAppTooltips.json index 2de310e955..35ef36ed58 100644 --- a/scripts/system/assets/data/createAppTooltips.json +++ b/scripts/system/assets/data/createAppTooltips.json @@ -383,7 +383,7 @@ "tooltip": "How much to rotate the material within the parent's UV-space, in degrees." }, "materialRepeat": { - "tooltip": "If enabled, the material will repeat." + "tooltip": "If enabled, the material will repeat, otherwise it will clamp." }, "followCamera": { "tooltip": "If enabled, the grid is always visible even as the camera moves to another position."