You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Fixes
-=-=- -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:
@@ -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>");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user