Browse Source

Note that GetDebuggerAttached is Windows only in comment

Josh Engebretson 8 years ago
parent
commit
8b618aa65e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/AtomicApp/AppBase.h

+ 1 - 1
Source/AtomicApp/AppBase.h

@@ -57,7 +57,7 @@ namespace Atomic
 
         static void AddEngineConfigSearchPath(const String& path) { engineConfigSearchPaths_.Push(path); }
 
-        /// Returns whether a debugger is attached to the process
+        /// Returns whether a debugger is attached to the process (currently Windows only)
         static bool GetDebuggerAttached();
 
     protected: