[DEBUG] correct the new empty buffer multiplication

This commit is contained in:
Edouard DUPIN 2018-08-24 21:15:01 +02:00
parent 47c144910f
commit ebc0fdef72

View File

@ -122,7 +122,7 @@ appl::Buffer::Buffer() :
m_highlight(null) {
addObjectType("appl::Buffer");
static int32_t bufferBaseId = 0;
m_fileName = "No Name " + etk::toString(bufferBaseId);
m_fileName = "REL:No Name " + etk::toString(bufferBaseId);
bufferBaseId++;
}