diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 21:05:05 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 21:05:05 +0100 |
commit | b14bf4bcd07d549fc056d3cbfa7064a9e1907ef6 (patch) | |
tree | 1ea914444199fc3b5393795c48d064445675bb6b /modules/gdnative/gdnative_api.json | |
parent | 8080e5c4f3685b062190be3e1b54a18f0e2229a7 (diff) |
GDNative: Make godot_int an int64_t
Redo of the change in cf8c679a23b21d6c6f29cba6a54eaa2eed88bf92
that caused a build issue, with the extra change needed to
'godot_arvr_blit'.
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index c2cbe1e824..44e407218b 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -6475,7 +6475,7 @@ "name": "godot_arvr_blit", "return_type": "void", "arguments": [ - ["int", "p_eye"], + ["godot_int", "p_eye"], ["godot_rid *", "p_render_target"], ["godot_rect2 *", "p_screen_rect"] ] |