fix error in cbindings.

fix error in cbindings.
This commit is contained in:
onyx-and-iris
2022-06-17 17:51:57 +01:00
parent 9cb5093cc9
commit 43de864a83
3 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ class CBindings(metaclass=ABCMeta):
vm_set_parameter_multi = libc.VBVMR_SetParameters
vm_set_parameter_multi.restype = LONG
vm_set_parameter_multi.argtypes = [ct.POINTER(CHAR), ct.POINTER(CHAR)]
vm_set_parameter_multi.argtypes = [ct.POINTER(CHAR)]
vm_get_level = libc.VBVMR_GetLevel
vm_get_level.restype = LONG