2021-03-07
+ IScriptable can now be disabled instancewise + IShowItem can disable rendering. ~ SM.Base.Mesh has now ILineMesh - IGenericWindow.AspectRatioReverse
This commit is contained in:
parent
c6bf5c75bc
commit
4efc47d75a
10 changed files with 16 additions and 10 deletions
|
|
@ -55,7 +55,6 @@ namespace SM.Base.Windows
|
|||
{
|
||||
window.WindowSize = new Vector2(window.Width, window.Height);
|
||||
window.AspectRatio = (float) window.Width / window.Height;
|
||||
window.AspectRatioReverse = (float) window.Height / window.Width;
|
||||
GL.Viewport(window.ClientRectangle);
|
||||
|
||||
window.CurrentRenderPipeline?.Resize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue