init: 64 bits version of the webcam
This commit is contained in:
@ -34,7 +34,7 @@ SQInteger WebcamSetFrame(HSQUIRRELVM vm)
|
||||
__SQ_GETSTRING(path)
|
||||
|
||||
__SQ_GETEND
|
||||
__SQ_RETURNINT((int)(w->SetFrame(c,path)))
|
||||
__SQ_RETURNINT((SQInteger)(w->SetFrame(c,path)))
|
||||
}
|
||||
|
||||
//----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user