BUG FIX: wrong variable name on tool.lua

This commit is contained in:
teverse 2019-05-09 18:17:42 +01:00
parent d23b821f73
commit 0ca46852e5
1 changed files with 1 additions and 1 deletions
create/controllers

View File

@ -96,7 +96,7 @@ function toolsController:register(tool)
self.container,
{
size = TOOL_BUTTON_SIZE,
position = TOOL_DEFAULT_POSITION + guiCoord(0, 0, 0, TOOL_BUTTON_OFFSET * #self.tools),
position = TOOL_BUTTON_DEFAULT_POSITION + guiCoord(0, 0, 0, TOOL_BUTTON_OFFSET * #self.tools),
guiStyle = enums.guiStyle.noBackground,
imageColour = themeController.currentTheme.tools.deselected,
texture = tool.icon