Quote:
Originally Posted by Raddiux
I'm not sure about the paleness problem. That sounds more like a issue with the client rather than an issue with eqemu. Are you sure the gamma isn't way up or something? Does EQlive have problems like that too? Maybe check your drivers?
|
No, they fixed it as of last patch.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|