From fdf8e3173777883f7e0d81e9515da6cb57c08f06 Mon Sep 17 00:00:00 2001 From: "Andrew D. Zonenberg" Date: Wed, 13 Nov 2024 23:00:35 -0800 Subject: [PATCH] Fixed warning about too-small loop index --- src/ngscopeclient/TextureManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngscopeclient/TextureManager.cpp b/src/ngscopeclient/TextureManager.cpp index b3cd8bc8..584ea10e 100644 --- a/src/ngscopeclient/TextureManager.cpp +++ b/src/ngscopeclient/TextureManager.cpp @@ -431,7 +431,7 @@ void TextureManager::LoadTexture( //Fill the mapped buffer with image data from the PNG size_t rowSize = width * bytesPerPixel; - for(int y=0; y