mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Increase comments per page to 10,000
This commit is contained in:
@@ -61,6 +61,7 @@ void * PreviewModel::updateSaveDataT()
|
|||||||
|
|
||||||
void * PreviewModel::updateSaveCommentsT()
|
void * PreviewModel::updateSaveCommentsT()
|
||||||
{
|
{
|
||||||
|
//Haha, j/k
|
||||||
std::vector<SaveComment*> * tempComments = Client::Ref().GetComments(tSaveID, (commentsPageNumber-1)*20, 20);
|
std::vector<SaveComment*> * tempComments = Client::Ref().GetComments(tSaveID, (commentsPageNumber-1)*20, 20);
|
||||||
updateSaveCommentsFinished = true;
|
updateSaveCommentsFinished = true;
|
||||||
return tempComments;
|
return tempComments;
|
||||||
|
Reference in New Issue
Block a user