Issues.00531 - lordmundi/wikidoctest GitHub Wiki

00531: typo in lighting_effects_menu.tcl

« 00530 | Issues | 00532 »

Summary: typo in lighting_effects_menu.tcl

Created: 2015–03–10 09:42

Status: Released

Category: Bug

From: frankie

Version: 2.3

Released_In: 2.4

Description:

In lighting_effects_menu.tcl, there is a command to initialize the menu that is incorrectly written as "init_light_effect" when the procedure name is "init_light_effects".

It is unclear as to why this sometimes work written as is. In any case, the menu postcommand should call "init_light_effects".

If you need to fix this before the next EDGE release, you can change the call and add the "s" on the end to make the call to the procedure name "init_light_effects" which is defined in the same file. Only that one menu command needs to be updated.


Comments


« 00530 | Issues | 00532 »

Associated Commits

| commit | 82d0ee5fd65bbbaacf4ed6cc343d7dc299b0462f link5 | || | Author: | Frank Graffagnino | | Date: | Tue Mar 10 09:46:41 2015 -0500 | | Message: | [@Issue 00531: Fixed typo in lighting_effects_menu.tcl @] |

Affected Files:

gui/lighting_effects_menu.tcl | 2 ±
 1 file changed, 1 insertion(+), 1 deletion(-)