Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Smith committed Mar 14, 2009
1 parent 33cba3a commit 5cb6bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cad/src/graphics/drawing/glprefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def materialprefs_summary(self): #bruce 051126 ### TODO: RENAME; refactor to co
Note that any env.prefs value accessed directly (via env.prefs[key] or
debug_pref()) when making a DL needn't be included in our output, since
those accesses are usage-tracked and anything making a DL can
independently subscribe to changes in them (see begin_usage_tracking).
independently subscribe to changes in them (see begin_tracking_usage).
The only prefs values that doesn't work for are the ones cached in self,
so only those values need to be included in this method's output.
Expand Down

0 comments on commit 5cb6bca

Please sign in to comment.