diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-15 12:03:58 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-15 12:03:58 +0100 |
commit | e48f1166ae7402f973ea4aab8e53c7612459048c (patch) | |
tree | 6c097249b1f6356cc378c500d4b0d21bea9dd6bb /Source/Applications | |
parent | 972e9d53d243b698e9dce7125a08804a43b70534 (diff) | |
download | Melon-e48f1166ae7402f973ea4aab8e53c7612459048c.tar.gz Melon-e48f1166ae7402f973ea4aab8e53c7612459048c.zip |
LM
Diffstat (limited to 'Source/Applications')
-rw-r--r-- | Source/Applications/Demos/GOL.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Applications/Demos/GOL.cpp b/Source/Applications/Demos/GOL.cpp index 804c9ae..5848c2c 100644 --- a/Source/Applications/Demos/GOL.cpp +++ b/Source/Applications/Demos/GOL.cpp @@ -96,4 +96,6 @@ int main(Vector<String> args) { delete cells; delete newcells; + + outvt << "\n\n"; } |