summaryrefslogtreecommitdiffhomepage
path: root/main/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-23 20:49:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-23 20:49:14 +0200
commitb6a067678ab9e225647b256595d54dde2ce6f2f5 (patch)
tree5511af38d35cea0cfaf59fffe9b513d46820f0b2 /main/main.cpp
parent4341fb36784a9da7b519d81d78e8df983816d791 (diff)
a
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 37e7164b..7ffc1a28 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -12,6 +12,7 @@
namespace floormat {
+#if 0
int floormat::run_from_argv(int argc, char** argv)
{
Corrade::Utility::Arguments args{};
@@ -83,6 +84,7 @@ void floormat::recalc_viewport(Vector2i size)
_msaa_framebuffer.attachRenderbuffer(GL::Framebuffer::ColorAttachment{0}, _msaa_renderbuffer);
#endif
}
+#endif
} // namespace floormat