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 bf63350 commit 950a848Copy full SHA for 950a848
SerialPrograms/Source/PokemonSwSh/Inference/PokemonSwSh_TypeSymbolFinder.cpp
@@ -143,7 +143,7 @@ void find_type_symbol_candidates(
143
(size_t)(20. * original_screen.total_pixels() / (1920*1080))
144
);
145
146
- static int index = 0;
+// static int index = 0;
147
148
std::map<size_t, WaterfillObject> objmap;
149
for (size_t c = 0; c < objects.size(); c++){
0 commit comments