mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
* Cleanup: Remove a comment referencing the now-removed DisplayPtrManager.
This commit is contained in:
parent
d1fde1f54b
commit
88cfa4533b
1 changed files with 1 additions and 7 deletions
|
|
@ -54,13 +54,7 @@ class x86UNIXPlatformState
|
||||||
bool mCDAudioEnabled;
|
bool mCDAudioEnabled;
|
||||||
bool mDSleep;
|
bool mDSleep;
|
||||||
bool mUseRedirect;
|
bool mUseRedirect;
|
||||||
|
|
||||||
// Access to the display* needs to be controlled because the SDL event
|
|
||||||
// loop runs in a separate thread. If you need the display pointer,
|
|
||||||
// use the DisplayPtrManager class. See the clipboard functions in
|
|
||||||
// x86unixinput.cc for an example.
|
|
||||||
//Display *getDisplayPointer() { return mDisplay; }
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
U32 currentTime;
|
U32 currentTime;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue