Merge Fixed
This commit is contained in:
parent
bb030f588b
commit
7ffe566f9b
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue