Skip to content

Commit

Permalink
fix #pragma bug
Browse files Browse the repository at this point in the history
  • Loading branch information
serg06 committed Jan 6, 2020
1 parent 7631e94 commit 9229bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ struct Quad3D {
uint8_t lighting; // left 4 bits: sunlight. right 4 bits: torchlight.
uint8_t metadata; // other metadata that a block can have. Should never use more than 4 bits.
};
#pragma pop()
#pragma pack(pop)

void setup_glfw(GlfwInfo*, GLFWwindow**);
void setup_opengl(OpenGLInfo*);
Expand Down

0 comments on commit 9229bbc

Please sign in to comment.