aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/SampleBase/ui/CommonUIController.h
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
committerMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
commitca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch)
treeb06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/samples/SampleBase/ui/CommonUIController.h
parentForced rename of platform folders in cmake dir. Git didn't pick this up before. (diff)
downloadnvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz
nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/samples/SampleBase/ui/CommonUIController.h')
-rw-r--r--NvCloth/samples/SampleBase/ui/CommonUIController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/samples/SampleBase/ui/CommonUIController.h b/NvCloth/samples/SampleBase/ui/CommonUIController.h
index 47953b7..04b7a20 100644
--- a/NvCloth/samples/SampleBase/ui/CommonUIController.h
+++ b/NvCloth/samples/SampleBase/ui/CommonUIController.h
@@ -85,7 +85,7 @@ class CommonUIController : public ISampleController
std::queue<DelayedCall> m_delayedCalls;
float m_dt;
-
+ bool m_drawGui;
};
#endif \ No newline at end of file