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