[DEBUG] correct the new empty buffer multiplication
This commit is contained in:
parent
47c144910f
commit
ebc0fdef72
@ -122,7 +122,7 @@ appl::Buffer::Buffer() :
|
|||||||
m_highlight(null) {
|
m_highlight(null) {
|
||||||
addObjectType("appl::Buffer");
|
addObjectType("appl::Buffer");
|
||||||
static int32_t bufferBaseId = 0;
|
static int32_t bufferBaseId = 0;
|
||||||
m_fileName = "No Name " + etk::toString(bufferBaseId);
|
m_fileName = "REL:No Name " + etk::toString(bufferBaseId);
|
||||||
bufferBaseId++;
|
bufferBaseId++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user