Fix double ))

This commit is contained in:
Andy Vandijck 2025-06-29 14:05:30 +02:00
parent 65e2706473
commit c7abd4e74e
1 changed files with 1 additions and 1 deletions

View File

@ -2571,7 +2571,7 @@ void SDLDrawingPanel::DrawArea()
#else
if ((OPTION(kSDLRenderer) == wxString("direct3d") && (systemColorDepth == 32)) {
#endif
todraw_argb = (uint32_t *)(todraw + srcPitch));
todraw_argb = (uint32_t *)(todraw + srcPitch);
for (int i = 0; i < (height * scale); i++) {
for (int j = 0; j < (width * scale); j++) {