mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Reset matrix for kcl to prevent rendering oddities
This commit is contained in:
parent
ccbb566a88
commit
3fdcee1078
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ namespace FirstPlugin
|
|||
|
||||
control.CurrentShader = defaultShaderProgram;
|
||||
|
||||
GL.LoadIdentity();
|
||||
|
||||
control.UpdateModelMatrix(
|
||||
Matrix4.CreateScale(Runtime.previewScale));
|
||||
|
||||
|
|
Loading…
Reference in a new issue