Skip to content
Snippets Groups Projects
Commit ba96ba03 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Use reproducible hashlib for representing TextureCachedField

TextureCachedField was using `hash(...)` to disambiguate its instances.
However, `hash` is randomized and will hinder reproducible code
generation
parent e9a17305
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment