diff options
| author | Juan Linietsky | 2014-06-16 10:22:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-06-16 10:22:26 -0300 |
| commit | 703004f830f39adcde9b9565f1aa49d1b10e8d27 (patch) | |
| tree | b8fd669af9dee07177ff658f0ebca83aff836598 /tools/editor/editor_node.cpp | |
| parent | 64e83bfd1404ea593f0c79b478d196a3fcde42a8 (diff) | |
| download | godot-703004f830f39adcde9b9565f1aa49d1b10e8d27.tar.gz godot-703004f830f39adcde9b9565f1aa49d1b10e8d27.tar.zst godot-703004f830f39adcde9b9565f1aa49d1b10e8d27.zip | |
More 3D Work
-=-=-=-=-=-
-ESM Shadow Mapping for softer and less glitchy shadows
-HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end)
-Fix to xml parse bug
Diffstat (limited to 'tools/editor/editor_node.cpp')
| -rw-r--r-- | tools/editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index ceb5b45a0..27a5ddbea 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -4067,7 +4067,7 @@ EditorNode::EditorNode() { import_menu->get_popup()->add_separator(); - import_menu->get_popup()->add_item("Import Settings",SETTINGS_IMPORT); + import_menu->get_popup()->add_item("Re-Import..",SETTINGS_IMPORT); editor_plugin_screen=NULL; editor_plugin_over=NULL; |
