Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Sep 14, 2022
1 parent 81f793a commit 519ae98
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ void ERS_CLASS_AsyncTextureUpdater::SortModels(ERS_STRUCT_Scene* Scene) {


}

void ERS_CLASS_AsyncTextureUpdater::TexturePusherThread(int Index) {

// Name Thread
Expand Down Expand Up @@ -724,24 +723,18 @@ void ERS_CLASS_AsyncTextureUpdater::TextureLoaderThread(int Index) {
// Shut Down FreeImage
FreeImage_DeInitialise();
}


int ERS_CLASS_AsyncTextureUpdater::GetNumLoaderThreads() {
return NumLoaderThreads_;
}

int ERS_CLASS_AsyncTextureUpdater::GetNumStreamerThreads() {
return NumPusherThreads_;
}

void ERS_CLASS_AsyncTextureUpdater::SetNumLoaderThreads(int NumThreads) {
NumLoaderThreads_ = NumThreads;
}

void ERS_CLASS_AsyncTextureUpdater::SetNumStreamerThreads(int NumThreads) {
NumPusherThreads_ = NumThreads;
}

void ERS_CLASS_AsyncTextureUpdater::SetupPusherThreads() {

// Setup Threads
Expand Down

0 comments on commit 519ae98

Please sign in to comment.