X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;h=d08437b0cd46b5408cc111733ce6587596ff1b81;hb=35c09fc00094a3d390732fd533b2bd03413d90c7;hp=6064fca4b58a5cd6acb5b037a2f5881216b4823d;hpb=41e0223ec090142bf03066f4f5fc1f5005095072;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index 6064fca..d08437b 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -36,7 +36,7 @@ public: class InitGL { public: - InitGL(); + explicit InitGL(bool double_buffer = true, int sample_size = 1); InitGL(const InitGL &) = delete; InitGL &operator =(const InitGL &) = delete;