summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.cpp b/video.cpp
index b4c5897..51cba9e 100644
--- a/video.cpp
+++ b/video.cpp
@@ -3996,7 +3996,7 @@ int Shader_Vk::find_opt(
Shader_Type type,
const char* name
) {
- int count = module_count[type], i;
+ int count = opt_count, i;
int bucket = (int)(
hash_string(name) %
count