Fix use of comma instead of semicolon
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
This commit is contained in:
parent
d44d0cc0fd
commit
e0f1e02cc7
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ public:
|
|||
type = p_type;
|
||||
}
|
||||
Address(AddressMode p_mode, uint32_t p_address, const GDScriptDataType &p_type = GDScriptDataType()) {
|
||||
mode = p_mode,
|
||||
mode = p_mode;
|
||||
address = p_address;
|
||||
type = p_type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue