Browse Source

Remove document reference

Removed incorrect document reference, as parent GuiTSCtrl does not implement mouse callback.
Olathuss 7 months ago
parent
commit
96786020a2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Engine/source/T3D/gameTSCtrl.cpp

+ 0 - 1
Engine/source/T3D/gameTSCtrl.cpp

@@ -211,7 +211,6 @@ IMPLEMENT_CALLBACK(GameTSCtrl, onMouseMove, void, (const char* screenPosition, c
    "	// Code to call when a mouse event occurs.\n"
    "	// Code to call when a mouse event occurs.\n"
    "}\n"
    "}\n"
    "@endtsexample\n\n"
    "@endtsexample\n\n"
-   "@see GuiTSCtrl\n\n"
 );
 );
 
 
 GameTSCtrl::GameTSCtrl()
 GameTSCtrl::GameTSCtrl()