• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionc539edffc3897224086ace61ce1e37339f71652d (tree)
Time2017-10-11 01:12:54
Authoral2950 <anguslauriepile@gmai...>
Commiteral2950

Log Message

Compile fixes for Terrain (Somehow broke it in previous commits without realising)

Change Summary

Incremental Difference

diff -r e305aa107410 -r c539edffc389 Samples/2.0/Tutorials/Tutorial_Terrain/src/Terra/Hlms/OgreHlmsTerra.cpp
--- a/Samples/2.0/Tutorials/Tutorial_Terrain/src/Terra/Hlms/OgreHlmsTerra.cpp Tue Oct 10 16:49:33 2017 +0100
+++ b/Samples/2.0/Tutorials/Tutorial_Terrain/src/Terra/Hlms/OgreHlmsTerra.cpp Tue Oct 10 17:12:54 2017 +0100
@@ -861,7 +861,7 @@
861861
862862 if( forwardPlus )
863863 {
864- forwardPlus->fillConstBufferData( renderTarget, passBufferPtr );
864+ forwardPlus->fillConstBufferData( sceneManager->getCurrentViewport(), renderTarget, mShaderProfile, passBufferPtr );
865865 passBufferPtr += forwardPlus->getConstBufferSize() >> 2;
866866 }
867867