Merge branch 'dev' into master
This commit is contained in:
commit
627aa45d73
2 changed files with 8 additions and 1 deletions
|
|
@ -1429,7 +1429,7 @@ public static unsafe partial class Raylib
|
|||
|
||||
/// <summary>Generate image: grayscale image from text data</summary>
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern Image GenImageText(int width, int height, int tileSize);
|
||||
public static extern Image GenImageText(int width, int height, sbyte* text);
|
||||
|
||||
|
||||
// Image manipulation functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue