Skip to content

Commit

Permalink
Add Shader Support For Emissive Maps (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 14, 2022
1 parent 85c3269 commit fefbac7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void ERS_CLASS_VisualRenderer::UpdateViewports(float DeltaTime, ERS_CLASS_SceneM
RunTime_ = glfwGetTime() - GameStartTime_;
SystemUtils_->ERS_CLASS_PythonInterpreterIntegration_->UpdateSystemInfoData(RunTime_);


// Iterate Through Viewports
for (int i = 0; (long)i < (long)Viewports_.size(); i++) {
UpdateViewport(i, SceneManager, DeltaTime);
Expand Down

0 comments on commit fefbac7

Please sign in to comment.