mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 09:09:16 +01:00
Make some properties constant in OnScreenButton
They were initially made variable by mistake
This commit is contained in:
parent
37a2a2fbad
commit
3f2fd7a653
@ -98,12 +98,12 @@ abstract class OnScreenButton(
|
||||
/**
|
||||
* The edit session information, populated by the view
|
||||
*/
|
||||
protected var editInfo = onScreenControllerView.editInfo
|
||||
protected val editInfo = onScreenControllerView.editInfo
|
||||
|
||||
/**
|
||||
* The touch point when the edit session started
|
||||
*/
|
||||
protected var editInitialTouchPoint = PointF()
|
||||
protected val editInitialTouchPoint = PointF()
|
||||
|
||||
/**
|
||||
* The scale of the button when the edit session started
|
||||
|
Loading…
Reference in New Issue
Block a user