Merge Fixed

This commit is contained in:
Michel Fedde 2021-03-22 13:21:12 +01:00
parent bb030f588b
commit 7ffe566f9b
2 changed files with 4 additions and 4 deletions

View file

@ -31,8 +31,8 @@ namespace SM.OGL.Framebuffer
_windowScale = 1,
};
private readonly IFramebufferWindow _window;
private readonly float _windowScale;
private IFramebufferWindow _window;
private float _windowScale;
/// <inheritdoc />
public override ObjectLabelIdentifier TypeIdentifier { get; } = ObjectLabelIdentifier.Framebuffer;