comparison Framework/Scene2D/FloatTextureSceneLayer.cpp @ 1063:3e8f59cefec6 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 12:22:44 +0200
parents eb28dfe432f7
children ba9db2ad317c 2d8ab34c8c91
comparison
equal deleted inserted replaced
1060:e146743f6cdc 1063:3e8f59cefec6
58 windowing_ = windowing; 58 windowing_ = windowing;
59 IncrementRevision(); 59 IncrementRevision();
60 } 60 }
61 } 61 }
62 } 62 }
63
64 63
65 void FloatTextureSceneLayer::SetCustomWindowing(float customCenter, 64 void FloatTextureSceneLayer::SetCustomWindowing(float customCenter,
66 float customWidth) 65 float customWidth)
67 { 66 {
68 if (customWidth <= 0) 67 if (customWidth <= 0)