mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
use GLSL shaders
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
std::vector<std::string> args(argv, argv + argc);
|
||||
OTClient otclient;
|
||||
otclient.init(args);
|
||||
otclient.run();
|
||||
otclient.terminate();
|
||||
OTClient app;
|
||||
app.init(args);
|
||||
app.run();
|
||||
app.terminate();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user