Undo FSAA changes

also removed some useless comment.
This commit is contained in:
Modnark
2022-10-08 21:11:35 -04:00
parent 8a2b7f6308
commit 6ee7d76859
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
#include "IEBrowser.h"
#include "Mouse.h"
#include "Tool/Tool.h"
//#include "GuiRoot.h"
class TextButtonInstance;
class ImageButtonInstance;

View File

@@ -108,7 +108,9 @@ Application::Application(HWND parentWindow) : _propWindow(NULL) { //: GApp(setti
_settings.writeLicenseFile = false;
_settings.logFilename = tempPath + "/g3dlog.txt";
_settings.window.center = true;
_settings.window.fsaaSamples = 8;
// Needs to be enabled if "B3DCCService" (still need to finalize that name)
//_settings.window.fsaaSamples = 8;
Win32Window* window = Win32Window::create(_settings.window,_hwndRenderer);
ShowWindow(_hwndRenderer, SW_SHOW);