Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Game/outofdateinfo.cpp')
-rw-r--r--Source/Game/outofdateinfo.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/Game/outofdateinfo.cpp b/Source/Game/outofdateinfo.cpp
index cc541804..bfd5477d 100644
--- a/Source/Game/outofdateinfo.cpp
+++ b/Source/Game/outofdateinfo.cpp
@@ -27,16 +27,15 @@
#include <ostream>
-void OutOfDateInfo::Print()
-{
+void OutOfDateInfo::Print() {
LOGI << "Out of date: " << std::endl;
- if(ao){
+ if (ao) {
LOGI << "ao " << std::endl;
}
- if(shadow){
+ if (shadow) {
LOGI << "shadow " << std::endl;
}
- if(nav_mesh){
+ if (nav_mesh) {
LOGI << "nav_mesh " << std::endl;
}
LOGI << std::endl;