We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cef45 commit d75e75dCopy full SHA for d75e75d
src/DummyLib/states/GSDrawTest.cpp
@@ -1081,3 +1081,7 @@ void GSDrawTest::TestUpdateAnims(const float delta_time_s) {
1081
scene.env.curr_wind_scroll_hf =
1082
Fract(scene.env.curr_wind_scroll_hf - (1.0f / 32.0f) * delta_time_s * wind_scroll_dir);
1083
}
1084
+
1085
+#undef TINYEXR_IMPLEMENTATION
1086
+#undef TINYEXR_USE_MINIZ
1087
+#undef TINYEXR_USE_STB_ZLIB
0 commit comments