Forgot to commit the button to set memory limit for using GPU Images...

This commit is contained in:
Ton Roosendaal 2013-03-18 09:05:15 +00:00
parent 7049bf0598
commit 4c1d80bf86

@ -480,6 +480,10 @@ class USERPREF_PT_system(Panel):
col.prop(system, "texture_collection_rate", text="Collection Rate")
col.separator()
col.label(text="Images:")
col.prop(system, "image_gpubuffer_limit")
col.separator()
col.separator()