Skip to content

Commit

Permalink
Fix bug/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Jan 10, 2016
1 parent 34d8935 commit 93eedca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glumpy/gloo/shader.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def replace_with_args(match):
# If subhook is a variable (uniform/attribute/varying)
if subhook in s.globals:
return s.globals[subhook]
return s.mangled_call(subhook, match.group("args"), oveeride=override)
return s.mangled_call(subhook, match.group("args"), override=override)

# If subhook is a variable (uniform/attribute/varying)
if subhook in snippet.globals:
Expand Down

0 comments on commit 93eedca

Please sign in to comment.