Core: Fix casting binding
This commit is contained in:
@@ -594,7 +594,7 @@ Infix:
|
||||
case TK_Dot:
|
||||
return {31, 30};
|
||||
case TK_Arrow:
|
||||
return {20, 19};
|
||||
return {20, 21};
|
||||
default: return {};
|
||||
}
|
||||
Postfix:
|
||||
|
||||
Reference in New Issue
Block a user