Commit dbeedcc
committed
Fix typo
This was preventing shadow maps properties from being updated correctly. What happened was:
- onChange would trigger for WebGLShadowMap model
- The base class syncToModel was called due to the typo
- `save_changes` was called, which clears the `changed` attributes etc.
- The `change` listener on `Renderer` would trigger, and try to look at the changed attributes.
There might be a benefit to wrapping that save_changes call in a "callSoon" function?1 parent 8776770 commit dbeedcc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments