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:
parent
94e35ef316
commit
cd218b8c09
10 changed files with 35 additions and 26 deletions
|
|
@ -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>");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue