mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Re-submission of the Volumetric Fog PR, with cleanup.
This commit is contained in:
parent
272e3138a0
commit
a90eb9762b
62 changed files with 2541 additions and 6 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "windowManager/platformWindow.h"
|
||||
|
||||
|
||||
ScreenResChangeSignal PlatformWindow::smScreenResChangeSignal;
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
void PlatformWindow::setFullscreen( const bool fullscreen )
|
||||
|
|
@ -48,3 +48,8 @@ bool PlatformWindow::shouldNotTranslate( U32 modifiers, U32 keyCode ) const
|
|||
else
|
||||
return false;
|
||||
}
|
||||
void PlatformWindow::setVideoMode(const GFXVideoMode &mode)
|
||||
{
|
||||
_setVideoMode(mode);
|
||||
getScreenResChangeSignal().trigger(this, true);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue