1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00
-=-=-

-Fixed normalmap depth parameter
-Fixes to DirAccess on Windows
-Double click on resource dock will open them
-Fixes to doc generator (should make github wiki on class list more up to date)
This commit is contained in:
Juan Linietsky
2014-10-14 19:44:41 -03:00
parent 94e35ef316
commit cd218b8c09
10 changed files with 35 additions and 26 deletions

View File

@@ -997,8 +997,8 @@ Error DocData::save(const String& p_path) {
_write_string(f,1,"</constants>");
_write_string(f,1,"<theme_items>");
if (c.theme_properties.size()) {
_write_string(f,1,"<theme_items>");
for(int i=0;i<c.theme_properties.size();i++) {
@@ -1007,9 +1007,10 @@ Error DocData::save(const String& p_path) {
_write_string(f,2,"</theme_item>");
}
_write_string(f,1,"</theme_items>");
}
_write_string(f,0,"</theme_items>");
_write_string(f,0,"</class>");
}