Skip to content
Snippets Groups Projects
Commit 75c2b991 authored by dg's avatar dg
Browse files

oups hack

git-svn-id: http://svn.net-core.org/repos/t-engine4@4976 51575b47-30f0-44d4-a5cc-537603b46e54
parent cdd8c153
No related branches found
No related tags found
No related merge requests found
......@@ -391,13 +391,13 @@ end
--- Get a string that will display in text the texture of this entity
function _M:getDisplayString(tstr)
if tstr then
if core.display.FBOActive() or true then
if core.display.FBOActive() then
return tstring{{"uid", self.uid}}
else
return tstring{}
end
else
if core.display.FBOActive() or true then
if core.display.FBOActive() then
return "#UID:"..self.uid..":0#"
else
return ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment