Fixed errors
Changed bit depth
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 484 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 792 B |
4
main.cpp
4
main.cpp
@@ -313,7 +313,7 @@ void Demo::onUserInput(UserInput* ui) {
|
||||
if(ui->keyPressed('v'))
|
||||
{
|
||||
messageTime = System::time();
|
||||
message = convert(getOSVersion());
|
||||
message = Convert(getOSVersion());
|
||||
}
|
||||
}
|
||||
if(ui->keyPressed(SDLK_F8))
|
||||
@@ -600,7 +600,7 @@ int main(int argc, char** argv) {
|
||||
//settings.useNetwork = false;
|
||||
//settings.window.width = 1024;
|
||||
//settings.window.height = 768;
|
||||
if(getOSVersion > 5.0)
|
||||
if(getOSVersion() > 5.0)
|
||||
settings.window.defaultIconFilename = GetFileInPath("/content/images/rico.png");
|
||||
else
|
||||
settings.window.defaultIconFilename = GetFileInPath("/content/images/rico256c.png");
|
||||
|
||||
Reference in New Issue
Block a user