Removes redundant "display/window/per_pixel_transparency/splash" setting, improves per pixel transparency documentation.
This commit is contained in:
parent
774a9fde84
commit
54863b20e6
7 changed files with 9 additions and 9 deletions
|
|
@ -1381,7 +1381,7 @@ Error OS_Windows::initialize(const VideoMode &p_desired, int p_video_driver, int
|
|||
SetFocus(hWnd); // Sets Keyboard Focus To
|
||||
}
|
||||
|
||||
if (p_desired.layered_splash) {
|
||||
if (p_desired.layered) {
|
||||
set_window_per_pixel_transparency_enabled(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue