Address PR comments

This commit is contained in:
Malin Ejdbo
2021-06-11 18:13:44 +02:00
parent db027f9554
commit 1daf2b244d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
local propertyHelper = asset.require('./../property_helper')
local propertyHelper = asset.require('../property_helper')
local joystickHelper = asset.require('./joystick_helper')
-- Allowed values for the second parameter of bindJoystickAxis:

View File

@@ -1,4 +1,4 @@
local propertyHelper = asset.require('./../property_helper')
local propertyHelper = asset.require('../property_helper')
local joystickHelper = asset.require('./joystick_helper')
-- Allowed values for the second parameter of bindJoystickAxis:

View File

@@ -1,4 +1,4 @@
local propertyHelper = asset.require('./../property_helper')
local propertyHelper = asset.require('../property_helper')
local joystickHelper = asset.require('./joystick_helper')
-- Allowed values for the second parameter of bindJoystickAxis:

View File

@@ -1,4 +1,4 @@
local propertyHelper = asset.require('./../property_helper')
local propertyHelper = asset.require('../property_helper')
local joystickHelper = asset.require('./joystick_helper')
-- Allowed values for the second parameter of bindJoystickAxis: