mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1617 from jonpas/fixCellphoneDisplay
Fixed Black Cellphone Display after 1.46
This commit is contained in:
commit
9300a92dd5
@ -15,7 +15,7 @@ class RscEdit;
|
|||||||
|
|
||||||
class Rsc_ACE_CallScreen_Edit:RscEdit {
|
class Rsc_ACE_CallScreen_Edit:RscEdit {
|
||||||
canModify = 1;
|
canModify = 1;
|
||||||
colorBackground[] = {0,0,0,1};
|
colorBackground[] = {0,0,0,0};
|
||||||
colorText[] = {0,0,0,1};
|
colorText[] = {0,0,0,1};
|
||||||
colorDisabled[] = {1,1,1,0.25};
|
colorDisabled[] = {1,1,1,0.25};
|
||||||
colorSelection[] = {
|
colorSelection[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user