mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 09:29:25 +02:00
Fixed the god-awful indentation
This commit is contained in:
@@ -13,19 +13,21 @@
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
namespace Shared{ namespace Graphics{
|
||||
namespace Shared {
|
||||
namespace Graphics {
|
||||
|
||||
// =====================================================
|
||||
// class Context
|
||||
// =====================================================
|
||||
// =====================================================
|
||||
// class Context
|
||||
// =====================================================
|
||||
|
||||
Context::Context() {
|
||||
colorBits= 32;
|
||||
depthBits= 24;
|
||||
stencilBits= 0;
|
||||
hardware_acceleration=0;
|
||||
fullscreen_anti_aliasing=0;
|
||||
gammaValue=0;
|
||||
}
|
||||
Context::Context() {
|
||||
colorBits = 32;
|
||||
depthBits = 24;
|
||||
stencilBits = 0;
|
||||
hardware_acceleration = 0;
|
||||
fullscreen_anti_aliasing = 0;
|
||||
gammaValue = 0;
|
||||
}
|
||||
|
||||
}}//end namespace
|
||||
}
|
||||
}//end namespace
|
||||
|
Reference in New Issue
Block a user