mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks
This commit is contained in:
commit
b06411c42c
@ -80,9 +80,6 @@ public void Run()
|
|||||||
_resultPage = (int) Math.Floor( (float) actualOffset / (float)SteamResponseSize );
|
_resultPage = (int) Math.Floor( (float) actualOffset / (float)SteamResponseSize );
|
||||||
_results = new List<Item>();
|
_results = new List<Item>();
|
||||||
|
|
||||||
Console.WriteLine( "_resultPage = " + _resultPage );
|
|
||||||
Console.WriteLine( "_resultSkip = " + _resultSkip );
|
|
||||||
|
|
||||||
RunInternal();
|
RunInternal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user