mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-07 21:56:44 +01:00
Load shaders created before libsuperderpy_start already when starting
This commit is contained in:
parent
ca02e4ed2a
commit
7c30291d95
1 changed files with 2 additions and 0 deletions
|
@ -346,6 +346,8 @@ SYMBOL_EXPORT int libsuperderpy_start(struct Game* game) {
|
|||
|
||||
game->_priv.timestamp = al_get_time();
|
||||
game->_priv.paused = false;
|
||||
ReloadShaders(game, false);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue