diff --git a/Minecraft-Community-Edition/Minecraft.cpp b/Minecraft-Community-Edition/Minecraft.cpp index 98d3da7..800ed11 100644 --- a/Minecraft-Community-Edition/Minecraft.cpp +++ b/Minecraft-Community-Edition/Minecraft.cpp @@ -6,14 +6,14 @@ namespace mce { Minecraft::Minecraft() : window(sf::VideoMode({1280, 720}), "Minecraft: Community Edition") { - MCE_INFO("Starting MCE"); + //MCE_INFO("Starting MCE"); graphicsContext = GraphicsContext::create(GraphicsContext::API::OpenGL); renderer = graphicsContext->createRenderer(window); - MCE_INFO("Done"); + //MCE_INFO("Done"); } Minecraft::~Minecraft() { - MCE_INFO("Shutting down"); + //MCE_INFO("Shutting down"); } void Minecraft::run() {