Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
xvm
XVM
Commits
98191317
Commit
98191317
authored
Jan 09, 2021
by
Mikhail Paulyshka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xvm/battle_classic: fix typo in PP
parent
e39a1d27
Pipeline
#239313595
passed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xvm/xvm_battle_classic/com/xvm/battle/classic/playersPanel/UI_PlayersPanel.as
...ic/com/xvm/battle/classic/playersPanel/UI_PlayersPanel.as
+2
-2
No files found.
src/xvm/xvm_battle_classic/com/xvm/battle/classic/playersPanel/UI_PlayersPanel.as
View file @
98191317
...
...
@@ -321,7 +321,7 @@ package com.xvm.battle.classic.playersPanel
(
listLeft
as
PlayersPanelListLeft
).
inviteReceivedIndicator
.
y
=
DEFAULT_INVITE_INDICATOR_Y_LEFT
+
Macros
.
FormatNumberGlobal
(
cfg
.
none
.
inviteIndicatorY
,
0
)
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
alpha
=
Macros
.
FormatNumberGlobal
(
cfg
.
none
.
inviteIndicatorAlpha
,
100
)
/
100.0
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
x
=
DEFAULT_INVITE_INDICATOR_X_RIGHT
-
Macros
.
FormatNumberGlobal
(
cfg
.
none
.
inviteIndicatorX
,
0
)
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
x
=
DEFAULT_INVITE_INDICATOR_Y_RIGHT
+
Macros
.
FormatNumberGlobal
(
cfg
.
none
.
inviteIndicatorY
,
0
)
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
y
=
DEFAULT_INVITE_INDICATOR_Y_RIGHT
+
Macros
.
FormatNumberGlobal
(
cfg
.
none
.
inviteIndicatorY
,
0
)
;
}
else
{
...
...
@@ -331,7 +331,7 @@ package com.xvm.battle.classic.playersPanel
(
listLeft
as
PlayersPanelListLeft
).
inviteReceivedIndicator
.
y
=
DEFAULT_INVITE_INDICATOR_Y_LEFT
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
alpha
=
1
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
x
=
DEFAULT_INVITE_INDICATOR_X_RIGHT
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
x
=
DEFAULT_INVITE_INDICATOR_Y_RIGHT
;
(
listRight
as
PlayersPanelListRight
).
inviteReceivedIndicator
.
y
=
DEFAULT_INVITE_INDICATOR_Y_RIGHT
;
}
}
catch
(
ex
:
Error
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment