Mercurial > mm7
comparison Engine/Graphics/Render.cpp @ 2539:407263babde8
Removed GammaControl
author | a.parshin |
---|---|
date | Sat, 09 May 2015 12:19:09 +0200 |
parents | 400edd7b0407 |
children | a902abdfc7f2 |
comparison
equal
deleted
inserted
replaced
2538:c9182a87095e | 2539:407263babde8 |
---|---|
7849 //SetMenu(hWnd, 0); | 7849 //SetMenu(hWnd, 0); |
7850 //SetWindowLongA(hWnd, -20, 0); | 7850 //SetWindowLongA(hWnd, -20, 0); |
7851 //SetWindowLongA(hWnd, -16, 0x10000000u); | 7851 //SetWindowLongA(hWnd, -16, 0x10000000u); |
7852 window->SetFullscreenMode(); | 7852 window->SetFullscreenMode(); |
7853 pRenderer->InitializeFullscreen(); | 7853 pRenderer->InitializeFullscreen(); |
7854 v0 = (double)(signed int)uGammaPos * 0.1 + 0.6; | |
7855 pGame->pGammaController->Initialize(v0); | |
7856 } | 7854 } |
7857 else | 7855 else |
7858 { | 7856 { |
7859 //ClipCursor(0); | 7857 //ClipCursor(0); |
7860 window->SetWindowedMode(window->GetWidth(), window->GetHeight()); | 7858 window->SetWindowedMode(window->GetWidth(), window->GetHeight()); |