Apply master changes and fix utf8 buffer naming
This commit is contained in:
commit
a0d662a352
18 changed files with 102 additions and 65 deletions
|
|
@ -13,7 +13,8 @@ namespace Raylib_cs
|
|||
public float Width;
|
||||
public float Height;
|
||||
|
||||
public Rectangle(float x, float y, float width, float height) {
|
||||
public Rectangle(float x, float y, float width, float height)
|
||||
{
|
||||
this.X = x;
|
||||
this.Y = y;
|
||||
this.Width = width;
|
||||
|
|
|
|||
Loading…
Reference in a new issue