diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-03 20:38:52 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-03 20:38:52 (GMT) |
| commit | 17d79e8d8e585a39ca8b16efa1d18a11409f8079 (patch) | |
| tree | 3dffb7755e0fec6065885df298db448b342def79 /src/preview/PreviewModel.cpp | |
| parent | 846d7d8064cf84c6b4e55a8a0417e7e605e0d144 (diff) | |
| download | powder-17d79e8d8e585a39ca8b16efa1d18a11409f8079.zip powder-17d79e8d8e585a39ca8b16efa1d18a11409f8079.tar.gz | |
fix crash when drawing particles in invalid coordinates (using console)
Diffstat (limited to 'src/preview/PreviewModel.cpp')
| -rw-r--r-- | src/preview/PreviewModel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/preview/PreviewModel.cpp b/src/preview/PreviewModel.cpp index b5dbf40..ea3904d 100644 --- a/src/preview/PreviewModel.cpp +++ b/src/preview/PreviewModel.cpp @@ -1,10 +1,3 @@ -/* - * PreviewModel.cpp - * - * Created on: Jan 21, 2012 - * Author: Simon - */ - #include <cmath> #include "PreviewModel.h" #include "client/Client.h" @@ -25,7 +18,6 @@ PreviewModel::PreviewModel(): commentsPageNumber(1), commentBoxEnabled(false) { - // TODO Auto-generated constructor stub } |
