[Scummvm-git-logs] scummvm master -> 590ec99ffc7e3116600923e657045264cdb3b7db
aquadran
noreply at scummvm.org
Sun Jan 16 13:48:26 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
590ec99ffc GRIM: Lua_V1::ResetTextures is actually stub
Commit: 590ec99ffc7e3116600923e657045264cdb3b7db
https://github.com/scummvm/scummvm/commit/590ec99ffc7e3116600923e657045264cdb3b7db
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-01-16T14:48:21+01:00
Commit Message:
GRIM: Lua_V1::ResetTextures is actually stub
Changed paths:
engines/grim/lua_v1_graphics.cpp
diff --git a/engines/grim/lua_v1_graphics.cpp b/engines/grim/lua_v1_graphics.cpp
index b69cd703746..b35bcc99a5c 100644
--- a/engines/grim/lua_v1_graphics.cpp
+++ b/engines/grim/lua_v1_graphics.cpp
@@ -556,7 +556,7 @@ void Lua_V1::PreRender() {
}
void Lua_V1::ResetTextures() {
- warning("Stub function: ResetTextures");
+ // nothing to implement here
}
} // end of namespace Grim
More information about the Scummvm-git-logs
mailing list