Skip to content

Commit

Permalink
OSLibMODv2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antim0118 committed May 18, 2024
1 parent 07e37c6 commit 7e0427e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bunnyMarkOSLibMODv2/EBOOT.PBP
Binary file not shown.
2 changes: 1 addition & 1 deletion bunnyMarkOSLibMODv2/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(int argc, char* argv[])
for (unsigned int i = 0; i < count; i++)
{
bunnys[i].process();
oslSetImageFrame(texBunny, i % 3);
oslSetImageFrame(texBunny, bunnys[i].frame);
oslDrawImageXY(texBunny, bunnys[i].x, bunnys[i].y);
}

Expand Down

0 comments on commit 7e0427e

Please sign in to comment.