This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fungus
Watch
1
Star
0
Fork
You've already forked fungus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Standard Text import strips out newline characters
#114
master
chrisgregan
10 years ago
parent
10bd56c54b
commit
dc908282ad
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
Assets/Fungus/Narrative/Scripts/Localization.cs
2
Assets/Fungus/Narrative/Scripts/Localization.cs
Unescape
Escape
View File
@ -598,7 +598,7 @@ namespace Fungus
}
else
{
buffer
+
=
line
;
buffer
+
=
line
+
"\n"
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
KenSchae/fungus
Title
Body
Create Issue