diff options
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |