Details
Description
Logs says it all:
2010-07-28 23:35:49.786340 [Debug][MPMain(1)]: TextureManager: added: memoryImage total: 26 mem left: -1886388224
h4. Additional Information
Correct value should be :
(uint)GUIGraphicsContext.DX9Device.AvailableTextureMemory / 1048576
and not only GUIGraphicsContext.DX9Device.AvailableTextureMemory
(lines 401 and 468 of guitexturemanager.cs)
2010-07-28 23:35:49.786340 [Debug][MPMain(1)]: TextureManager: added: memoryImage total: 26 mem left: -1886388224
h4. Additional Information
Correct value should be :
(uint)GUIGraphicsContext.DX9Device.AvailableTextureMemory / 1048576
and not only GUIGraphicsContext.DX9Device.AvailableTextureMemory
(lines 401 and 468 of guitexturemanager.cs)