diff options
author | Mattes D <github@xoft.cz> | 2014-11-03 11:48:03 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-03 11:48:03 +0100 |
commit | c5f3663bea6e24226217fe91402704a04f118831 (patch) | |
tree | 86963f5aa2922469b0cd798d5a05ad67cf3928ee | |
parent | Added a (disabled) perf test for biome generators. (diff) | |
download | cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar.gz cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar.bz2 cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar.lz cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar.xz cuberite-c5f3663bea6e24226217fe91402704a04f118831.tar.zst cuberite-c5f3663bea6e24226217fe91402704a04f118831.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/BioGen.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Generating/BioGen.cpp b/src/Generating/BioGen.cpp index 5480d8d4c..2a4dbe794 100644 --- a/src/Generating/BioGen.cpp +++ b/src/Generating/BioGen.cpp @@ -1244,4 +1244,8 @@ protected: } } g_BioGenPerfTest; -#endif
\ No newline at end of file +#endif + + + + |