Skip to content

Commit d75e75d

Browse files
committed
Minor fix
1 parent b1cef45 commit d75e75d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DummyLib/states/GSDrawTest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,3 +1081,7 @@ void GSDrawTest::TestUpdateAnims(const float delta_time_s) {
10811081
scene.env.curr_wind_scroll_hf =
10821082
Fract(scene.env.curr_wind_scroll_hf - (1.0f / 32.0f) * delta_time_s * wind_scroll_dir);
10831083
}
1084+
1085+
#undef TINYEXR_IMPLEMENTATION
1086+
#undef TINYEXR_USE_MINIZ
1087+
#undef TINYEXR_USE_STB_ZLIB

0 commit comments

Comments
 (0)