Watch
2
0
Fork
You've already forked raylib-cs
0

Removed UnloadRandomSequence

This commit is contained in:
MrScautHD 2023-11-19 13:35:24 +01:00
commit 799c4987f9

View file

@ -83,15 +83,6 @@ public static unsafe partial class Raylib
return GetShaderLocationAttrib(shader, str1.AsPointer());
}
/// <summary>Unload random values sequence</summary>
public static void UnloadRandomSequence(out int sequence)
{
fixed (int* p = &sequence)
{
UnloadRandomSequence(p);
}
}
/// <summary>Takes a screenshot of current screen (saved a .png)</summary>
public static void TakeScreenshot(string fileName)
{