Update Program.OpenGL.cs
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Pow3r
|
||||
BlendingFactorSrc.One,
|
||||
BlendingFactorDest.OneMinusSrcAlpha);
|
||||
|
||||
|
||||
var io = ImGui.GetIO();
|
||||
|
||||
io.Fonts.GetTexDataAsRGBA32(out byte* pixels, out var width, out var height, out _);
|
||||
|
||||
Reference in New Issue
Block a user