Skip to content
Snippets Groups Projects
Unverified Commit 7fb89288 authored by Andrews Sobral's avatar Andrews Sobral Committed by GitHub
Browse files

Update vibe-background-sequential.cpp

parent a33cc443
No related branches found
No related tags found
No related merge requests found
...@@ -758,7 +758,7 @@ int32_t libvibeModel_Sequential_Update_8u_C3R( ...@@ -758,7 +758,7 @@ int32_t libvibeModel_Sequential_Update_8u_C3R(
historyImage[index_neighbor + position[shift] * (3 * width) * height] = r; historyImage[index_neighbor + position[shift] * (3 * width) * height] = r;
historyImage[index_neighbor + position[shift] * (3 * width) * height + 1] = g; historyImage[index_neighbor + position[shift] * (3 * width) * height + 1] = g;
historyImage[index_neighbor + position[shift] * (3 * width) * height + 2] = r; historyImage[index_neighbor + position[shift] * (3 * width) * height + 2] = b;
} }
else { else {
int pos = position[shift] - NUMBER_OF_HISTORY_IMAGES; int pos = position[shift] - NUMBER_OF_HISTORY_IMAGES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment