fix log_debug call

This commit is contained in:
Omar Polo
2022-11-18 10:13:49 +00:00
committed by Arda Atci
parent 611f8b80c2
commit 935885d396

View File

@@ -539,8 +539,8 @@ static bool initialize_backend(session_t *ps) {
} else {
shader->attributes = 0;
}
log_debug("Shader %s has attributes %ld", shader->key,
shader->attributes);
log_debug("Shader %s has attributes %" PRIu64,
shader->key, shader->attributes);
}
}