mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-12 06:18:14 +00:00
fix various problems, thanks CppCheck :) (#1005)
* explained a bit more the core_window_letterbox example * fixed a few 'ups' moments that could lead to mild head pain and time loss
This commit is contained in:
@@ -662,7 +662,7 @@ Vector4 *GetImageDataNormalized(Image image)
|
||||
pixels[i].w = 1.0f;
|
||||
|
||||
k += 3;
|
||||
}
|
||||
} break;
|
||||
case UNCOMPRESSED_R32G32B32A32:
|
||||
{
|
||||
pixels[i].x = ((float *)image.data)[k];
|
||||
|
Reference in New Issue
Block a user