Skip to content

Commit 950a848

Browse files
committed
Fix build.
1 parent bf63350 commit 950a848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/Inference/PokemonSwSh_TypeSymbolFinder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void find_type_symbol_candidates(
143143
(size_t)(20. * original_screen.total_pixels() / (1920*1080))
144144
);
145145

146-
static int index = 0;
146+
// static int index = 0;
147147

148148
std::map<size_t, WaterfillObject> objmap;
149149
for (size_t c = 0; c < objects.size(); c++){

0 commit comments

Comments
 (0)