mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-26 23:35:28 +03: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
|
* 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
|
* 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
|
* The scale of the button when the edit session started
|
||||||
|
Loading…
Reference in New Issue
Block a user