Merge pull request from p0lygun/patch-3

removed print and added logging to flipVert
This commit is contained in:
Richard Larkin 2021-10-05 00:47:30 +02:00 committed by GitHub
commit 7e2a2c7529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
kivy/core/window

View File

@ -819,7 +819,7 @@ cdef SDL_Surface* flipVert(SDL_Surface* sfc):
<int>sfc.format.BytesPerPixel,
<int>sfc.pitch
)
print(output)
Logger.debug("Window: Screenshot output dimensions {output}")
cdef Uint32 pitch = sfc.pitch
cdef Uint32 pxlength = pitch * sfc.h