Skip to content

Commit d4cc1db

Browse files
committed
-
1 parent 9fa1538 commit d4cc1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/Native/Headers/NativeShare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern "C"
3434
[array addObject:[NSString stringWithFormat:@"2%@", [NSString stringWithUTF8String:imagePath]]];
3535

3636

37-
[NativeShare ShareObject:array posX:posY posY:posY callback:callback];
37+
[NativeShare ShareObject:array posX:posX posY:posY callback:callback];
3838
}
3939
void NativeShare_ShareObjects(const char** objects, int count, double posX, double posY,ShareCloseCallback callback)
4040
{

0 commit comments

Comments
 (0)