mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -78,7 +78,7 @@ void DataPlane::initialize() {
|
||||
bool DataPlane::createGeometry() {
|
||||
glGenVertexArrays(1, &_quad); // generate array
|
||||
glGenBuffers(1, &_vertexPositionBuffer); // generate buffer
|
||||
|
||||
|
||||
// ============================
|
||||
// GEOMETRY (quad)
|
||||
// ============================
|
||||
|
||||
Reference in New Issue
Block a user