Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1678

surfaces copy problem

$
0
0
I was watching a video to create a mirror, I have implemented the code as it appears in it, but this variable is not copying the corresponding, it only copies the blue area. is this a mistake?

if (instanceCapture != noone)
{
if (surface_exists(surfaceMirror) == false)
{
surfaceMirror = surface_create(captureWidth, captureHeight)
}
surface_copy_part(surfaceMirror, 0, 0, application_surface, instanceCapture.x, instanceCapture.y, captureWidth, captureHeight)...

surfaces copy problem

Viewing all articles
Browse latest Browse all 1678

Trending Articles