Debugging on linux.
This commit is contained in:
parent
20667c4788
commit
285887fc0d
1 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ namespace OpenTK.Graphics
|
||||||
if (resolution == current_resolution)
|
if (resolution == current_resolution)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
effect.FadeOut();
|
//effect.FadeOut();
|
||||||
|
|
||||||
if (implementation.TryChangeResolution(this, resolution))
|
if (implementation.TryChangeResolution(this, resolution))
|
||||||
{
|
{
|
||||||
|
@ -205,7 +205,7 @@ namespace OpenTK.Graphics
|
||||||
else throw new GraphicsModeException(String.Format("Device {0}: Failed to change resolution to {1}.",
|
else throw new GraphicsModeException(String.Format("Device {0}: Failed to change resolution to {1}.",
|
||||||
this, resolution));
|
this, resolution));
|
||||||
|
|
||||||
effect.FadeIn();
|
//effect.FadeIn();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue