Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -241,7 +241,7 @@ void main()
|
||||
|
||||
_vdSetTexture.Name = "SetTexture";
|
||||
|
||||
io.Fonts.SetTexID((nint) 0);
|
||||
io.Fonts.SetTexID(0);
|
||||
io.Fonts.ClearTexData();
|
||||
|
||||
_vdGfxDevice.ResizeMainWindow((uint) w, (uint) h);
|
||||
|
||||
Reference in New Issue
Block a user