mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Missing Semicolon
This commit is contained in:
parent
2329212060
commit
17eddb089b
@ -635,7 +635,7 @@ class controls {
|
||||
text = "0";
|
||||
x = W_PART(3);
|
||||
y = H_PART(15.5);
|
||||
w = W_PART(12.5)
|
||||
w = W_PART(12.5);
|
||||
onbuttonclick = QUOTE(['0'] call FUNC(appMarkKeypadEntry));
|
||||
};
|
||||
class KeypadEnter: Keypad1 {
|
||||
|
Loading…
Reference in New Issue
Block a user