Fix typo
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7133 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
899cf84dbd
commit
e472d7459c
@ -147,7 +147,7 @@ void IrrDriver::initDevice()
|
||||
// Try 32 and, upon failure, 24 then 16 bit per pixels
|
||||
for (int bits=32; bits>15; bits -=8)
|
||||
{
|
||||
std::cout << "[IrrDriver] Tring to create device with " << bits << " bits\n";
|
||||
std::cout << "[IrrDriver] Trying to create device with " << bits << " bits\n";
|
||||
m_device = createDevice(type,
|
||||
core::dimension2d<u32>(UserConfigParams::m_width,
|
||||
UserConfigParams::m_height ),
|
||||
|
Loading…
Reference in New Issue
Block a user