mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Small fixes
This commit is contained in:
parent
ff610742c5
commit
6e407b8b58
4 changed files with 5 additions and 5 deletions
|
@ -663,7 +663,7 @@ namespace System
|
|||
mAllocSizeAndFlags = cStrPtrFlag;
|
||||
}
|
||||
|
||||
// This is a fast way to remove char8acters are the beginning of a string, but only works for strings
|
||||
// This is a fast way to remove characters are the beginning of a string, but only works for strings
|
||||
// that are not dynamically allocated. Mostly useful for parsing through Referenced strings quickly.
|
||||
public void AdjustPtr(int adjBytes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue